#40021C

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

Shades of Blackberry #40021C

Tints of Blackberry #40021C

Color information

#40021C (or 0x40021C) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 1C. RGB value is (64,2,28). Sum of RGB (Red+Green+Blue) = 64+2+28=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40021C is #BFFDE3. Grayscale: #171717. Windows color (decimal): -12582372 or 1835584. OLE color: 1835584.

HSL color Cylindrical-coordinate representation of color #40021C: hue angle of 334.84º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40021C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB64228-
CMYK00.970.560.75
HSL334.84º93.94%12.94%-
HSV(B)334.84º96.88%25.1%-
XYZ2.351.221.21-
YUV23.5130.54156.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=68.09%
G=2.13%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422800.970.560.75334.8493.9412.94
Hex4021C061384B14f5ed
Octal10023401417011351713615
Binary1000000101110001100001111000100101110100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40021C; }

 p { color: rgb(64,2,28); }

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

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

 a { background-color: rgb(64,2,28); }

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

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

 span { border-color: rgb(64,2,28); }

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