#440324

Color #440324 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #440324

Tints of Blackberry #440324

Color information

#440324 (or 0x440324) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 24. RGB value is (68,3,36). Sum of RGB (Red+Green+Blue) = 68+3+36=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440324 is #BBFCDB. Grayscale: #1A1A1A. Windows color (decimal): -12319964 or 2360132. OLE color: 2360132.

HSL color Cylindrical-coordinate representation of color #440324: hue angle of 329.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440324 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB68336-
CMYK00.960.470.73
HSL329.54º91.55%13.92%-
HSV(B)329.54º95.59%26.67%-
XYZ2.731.421.8-
YUV26.2133.53157.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=63.55%
G=2.80%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833600.960.470.73329.5491.5513.92
Hex443240602F4914a5ce
Octal10434401405711151213416
Binary10001001110010001100000101111100100110100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440324; }

 p { color: rgb(68,3,36); }

 H1.HeaderClassName
 {
   color: #440324;
 }
 .AnyTagClassName
 {
   color: #440324;
 }
</style>
background-color css

<style>
 a { background-color: #440324; }

 a { background-color: rgb(68,3,36); }

 div.DivClassName
 {
   background-color: #440324;
 }
 .BgClassName
 {
   background-color: #440324;
 }
</style>
border-color css

<style>
 span { border-color: #440324; }

 span { border-color: rgb(68,3,36); }

 td.TdClassName
 {
   border-color: #440324;
 }
 .TagClassName
 {
   border-color: #440324;
 }
</style>