#40051B

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

Shades of Blackberry #40051B

Tints of Blackberry #40051B

Color information

#40051B (or 0x40051B) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 1B. RGB value is (64,5,27). Sum of RGB (Red+Green+Blue) = 64+5+27=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051B is #BFFAE4. Grayscale: #191919. Windows color (decimal): -12581605 or 1770816. OLE color: 1770816.

HSL color Cylindrical-coordinate representation of color #40051B: hue angle of 337.63º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40051B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB64527-
CMYK00.920.580.75
HSL337.63º85.51%13.53%-
HSV(B)337.63º92.19%25.1%-
XYZ2.371.281.16-
YUV25.15129.05155.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=66.67%
G=5.21%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452700.920.580.75337.6385.5113.53
Hex4051B05C3A4B15256e
Octal10053301347211352212616
Binary10000001011101101011100111010100101110101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40051B; }

 p { color: rgb(64,5,27); }

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

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

 a { background-color: rgb(64,5,27); }

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

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

 span { border-color: rgb(64,5,27); }

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