#1E0116

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

Shades of Blackberry #1E0116

Tints of Blackberry #1E0116

Color information

#1E0116 (or 0x1E0116) is unknown color: approx Blackberry. HEX triplet: 1E, 01 and 16. RGB value is (30,1,22). Sum of RGB (Red+Green+Blue) = 30+1+22=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0116 is #E1FEE9. Grayscale: #0C0C0C. Windows color (decimal): -14810858 or 1442078. OLE color: 1442078.

HSL color Cylindrical-coordinate representation of color #1E0116: hue angle of 316.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0116 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB30122-
CMYK00.970.270.88
HSL316.55º93.55%6.08%-
HSV(B)316.55º96.67%11.76%-
XYZ0.690.360.79-
YUV12.06133.61140.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=56.60%
G=1.89%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012200.970.270.88316.5593.556.08
Hex1E1160611B5813d5e6
Octal361260141331304751366
Binary11110110110011000011101110110001001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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