#40112C

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

Shades of Blackberry #40112C

Tints of Blackberry #40112C

Color information

#40112C (or 0x40112C) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 2C. RGB value is (64,17,44). Sum of RGB (Red+Green+Blue) = 64+17+44=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112C is #BFEED3. Grayscale: #222222. Windows color (decimal): -12578516 or 2888000. OLE color: 2888000.

HSL color Cylindrical-coordinate representation of color #40112C: hue angle of 325.53º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40112C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB641744-
CMYK00.730.310.75
HSL325.53º58.02%15.88%-
HSV(B)325.53º73.44%25.1%-
XYZ2.771.672.56-
YUV34.13133.57149.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=51.2%
G=13.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64174400.730.310.75325.5358.0215.88
Hex40112C0491F4B1463a10
Octal10021540111371135067220
Binary1000000100011011000100100111111100101110100011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,17,44); }

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

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

 a { background-color: rgb(64,17,44); }

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

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

 span { border-color: rgb(64,17,44); }

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