#40112D

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

Shades of Blackberry #40112D

Tints of Blackberry #40112D

Color information

#40112D (or 0x40112D) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 2D. RGB value is (64,17,45). Sum of RGB (Red+Green+Blue) = 64+17+45=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112D is #BFEED2. Grayscale: #222222. Windows color (decimal): -12578515 or 2953536. OLE color: 2953536.

HSL color Cylindrical-coordinate representation of color #40112D: hue angle of 324.26º 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 #40112D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB641745-
CMYK00.730.300.75
HSL324.26º58.02%15.88%-
HSV(B)324.26º73.44%25.1%-
XYZ2.791.682.66-
YUV34.24134.07149.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=50.79%
G=13.49%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64174500.730.300.75324.2658.0215.88
Hex40112D0491E4B1443a10
Octal10021550111361135047220
Binary1000000100011011010100100111110100101110100010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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