#1E0110

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

Shades of Blackberry #1E0110

Tints of Blackberry #1E0110

Color information

#1E0110 (or 0x1E0110) is unknown color: approx Blackberry. HEX triplet: 1E, 01 and 10. RGB value is (30,1,16). Sum of RGB (Red+Green+Blue) = 30+1+16=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0110 is #E1FEEF. Grayscale: #0B0B0B. Windows color (decimal): -14810864 or 1048862. OLE color: 1048862.

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

Color convert

RGB30116-
CMYK00.970.470.88
HSL328.97º93.55%6.08%-
HSV(B)328.97º96.67%11.76%-
XYZ0.640.340.52-
YUV11.38130.61141.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 63.83%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=63.83%
G=2.13%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3011600.970.470.88328.9793.556.08
Hex1E1100612F581495e6
Octal361200141571305111366
Binary111101100000110000110111110110001010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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