#40011C

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

Shades of Blackberry #40011C

Tints of Blackberry #40011C

Color information

#40011C (or 0x40011C) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 1C. RGB value is (64,1,28). Sum of RGB (Red+Green+Blue) = 64+1+28=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011C is #BFFEE3. Grayscale: #161616. Windows color (decimal): -12582628 or 1835328. OLE color: 1835328.

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

Color convert

RGB64128-
CMYK00.980.560.75
HSL334.29º96.92%12.75%-
HSV(B)334.29º98.44%25.1%-
XYZ2.331.21.21-
YUV22.92130.87157.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=68.82%
G=1.08%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412800.980.560.75334.2996.9212.75
Hex4011C062384B14e61d
Octal10013401427011351614115
Binary100000011110001100010111000100101110100111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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