#40011D

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

Shades of Blackberry #40011D

Tints of Blackberry #40011D

Color information

#40011D (or 0x40011D) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 1D. RGB value is (64,1,29). Sum of RGB (Red+Green+Blue) = 64+1+29=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011D is #BFFEE2. Grayscale: #161616. Windows color (decimal): -12582627 or 1900864. OLE color: 1900864.

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

Color convert

RGB64129-
CMYK00.980.550.75
HSL333.33º96.92%12.75%-
HSV(B)333.33º98.44%25.1%-
XYZ2.351.21.27-
YUV23.03131.37157.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=68.09%
G=1.06%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412900.980.550.75333.3396.9212.75
Hex4011D062374B14d61d
Octal10013501426711351514115
Binary100000011110101100010110111100101110100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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