#400F24

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

Shades of Blackberry #400F24

Tints of Blackberry #400F24

Color information

#400F24 (or 0x400F24) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 24. RGB value is (64,15,36). Sum of RGB (Red+Green+Blue) = 64+15+36=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F24 is #BFF0DB. Grayscale: #202020. Windows color (decimal): -12579036 or 2363200. OLE color: 2363200.

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

Color convert

RGB641536-
CMYK00.770.440.75
HSL334.29º62.03%15.49%-
HSV(B)334.29º76.56%25.1%-
XYZ2.61.561.83-
YUV32.04130.23150.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=55.65%
G=13.04%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64153600.770.440.75334.2962.0315.49
Hex40F2404D2C4B14e3ef
Octal10017440115541135167617
Binary100000011111001000100110110110010010111010011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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