#400A24

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

Shades of Blackberry #400A24

Tints of Blackberry #400A24

Color information

#400A24 (or 0x400A24) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 24. RGB value is (64,10,36). Sum of RGB (Red+Green+Blue) = 64+10+36=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A24 is #BFF5DB. Grayscale: #1D1D1D. Windows color (decimal): -12580316 or 2361920. OLE color: 2361920.

HSL color Cylindrical-coordinate representation of color #400A24: hue angle of 331.11º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A24 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB641036-
CMYK00.840.440.75
HSL331.11º72.97%14.51%-
HSV(B)331.11º84.38%25.1%-
XYZ2.541.431.81-
YUV29.11131.89152.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=58.18%
G=9.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64103600.840.440.75331.1172.9714.51
Hex40A240542C4B14b49f
Octal100124401245411351311117
Binary1000000101010010001010100101100100101110100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A24; }

 p { color: rgb(64,10,36); }

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

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

 a { background-color: rgb(64,10,36); }

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

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

 span { border-color: rgb(64,10,36); }

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