#1E0114

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

Shades of Blackberry #1E0114

Tints of Blackberry #1E0114

Color information

#1E0114 (or 0x1E0114) is unknown color: approx Blackberry. HEX triplet: 1E, 01 and 14. RGB value is (30,1,20). Sum of RGB (Red+Green+Blue) = 30+1+20=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0114 is #E1FEEB. Grayscale: #0B0B0B. Windows color (decimal): -14810860 or 1311006. OLE color: 1311006.

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

Color convert

RGB30120-
CMYK00.970.330.88
HSL320.69º93.55%6.08%-
HSV(B)320.69º96.67%11.76%-
XYZ0.670.350.69-
YUV11.84132.61140.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=58.82%
G=1.96%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012000.970.330.88320.6993.556.08
Hex1E11406121581415e6
Octal361240141411305011366
Binary111101101000110000110000110110001010000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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