#1E0612

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

Shades of Blackberry #1E0612

Tints of Blackberry #1E0612

Color information

#1E0612 (or 0x1E0612) is unknown color: approx Blackberry. HEX triplet: 1E, 06 and 12. RGB value is (30,6,18). Sum of RGB (Red+Green+Blue) = 30+6+18=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0612 is #E1F9ED. Grayscale: #0E0E0E. Windows color (decimal): -14809582 or 1181214. OLE color: 1181214.

HSL color Cylindrical-coordinate representation of color #1E0612: hue angle of 330º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0612 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB30618-
CMYK00.800.400.88
HSL330º66.67%7.06%-
HSV(B)330º80%11.76%-
XYZ0.710.450.62-
YUV14.54129.95139.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3061800.800.400.8833066.677.06
Hex1E612050285814a437
Octal366220120501305121037
Binary11110110100100101000010100010110001010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0612; }

 p { color: rgb(30,6,18); }

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

<style>
 a { background-color: #1E0612; }

 a { background-color: rgb(30,6,18); }

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

<style>
 span { border-color: #1E0612; }

 span { border-color: rgb(30,6,18); }

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