#1E0211

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

Shades of Blackberry #1E0211

Tints of Blackberry #1E0211

Color information

#1E0211 (or 0x1E0211) is unknown color: approx Blackberry. HEX triplet: 1E, 02 and 11. RGB value is (30,2,17). Sum of RGB (Red+Green+Blue) = 30+2+17=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0211 is #E1FDEE. Grayscale: #0C0C0C. Windows color (decimal): -14810607 or 1114654. OLE color: 1114654.

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

Color convert

RGB30217-
CMYK00.930.430.88
HSL327.86º87.5%6.27%-
HSV(B)327.86º93.33%11.76%-
XYZ0.660.360.57-
YUV12.08130.78140.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 61.22%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=61.22%
G=4.08%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3021700.930.430.88327.8687.56.27
Hex1E21105D2B58148586
Octal362210135531305101306
Binary1111010100010101110110101110110001010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,17); }

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

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

 a { background-color: rgb(30,2,17); }

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

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

 span { border-color: rgb(30,2,17); }

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