#40012E

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

Shades of Blackberry #40012E

Tints of Blackberry #40012E

Color information

#40012E (or 0x40012E) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 2E. RGB value is (64,1,46). Sum of RGB (Red+Green+Blue) = 64+1+46=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012E is #BFFED1. Grayscale: #181818. Windows color (decimal): -12582610 or 3014976. OLE color: 3014976.

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

Color convert

RGB64146-
CMYK00.980.280.75
HSL317.14º96.92%12.75%-
HSV(B)317.14º98.44%25.1%-
XYZ2.621.312.7-
YUV24.97139.87155.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=57.66%
G=0.90%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414600.980.280.75317.1496.9212.75
Hex4012E0621C4B13d61d
Octal10015601423411347514115
Binary100000011011100110001011100100101110011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40012E; }

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

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

<style>
 a { background-color: #40012E; }

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

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

<style>
 span { border-color: #40012E; }

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

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