#40011A

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

Shades of Blackberry #40011A

Tints of Blackberry #40011A

Color information

#40011A (or 0x40011A) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 1A. RGB value is (64,1,26). Sum of RGB (Red+Green+Blue) = 64+1+26=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #40011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011A is #BFFEE5. Grayscale: #161616. Windows color (decimal): -12582630 or 1704256. OLE color: 1704256.

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

Color convert

RGB64126-
CMYK00.980.590.75
HSL336.19º96.92%12.75%-
HSV(B)336.19º98.44%25.1%-
XYZ2.311.191.08-
YUV22.69129.87157.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=70.33%
G=1.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412600.980.590.75336.1996.9212.75
Hex4011A0623B4B15061d
Octal10013201427311352014115
Binary100000011101001100010111011100101110101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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