#1E0616

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

Shades of Blackberry #1E0616

Tints of Blackberry #1E0616

Color information

#1E0616 (or 0x1E0616) is unknown color: approx Blackberry. HEX triplet: 1E, 06 and 16. RGB value is (30,6,22). Sum of RGB (Red+Green+Blue) = 30+6+22=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0616 is #E1F9E9. Grayscale: #0E0E0E. Windows color (decimal): -14809578 or 1443358. OLE color: 1443358.

HSL color Cylindrical-coordinate representation of color #1E0616: hue angle of 320º 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 #1E0616 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB30622-
CMYK00.800.270.88
HSL320º66.67%7.06%-
HSV(B)320º80%11.76%-
XYZ0.750.460.81-
YUV15131.95138.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 51.72%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=51.72%
G=10.34%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3062200.800.270.8832066.677.06
Hex1E6160501B58140437
Octal366260120331305001037
Binary1111011010110010100001101110110001010000001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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