#1E0115

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

Shades of Blackberry #1E0115

Tints of Blackberry #1E0115

Color information

#1E0115 (or 0x1E0115) is unknown color: approx Blackberry. HEX triplet: 1E, 01 and 15. RGB value is (30,1,21). Sum of RGB (Red+Green+Blue) = 30+1+21=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0115 is #E1FEEA. Grayscale: #0B0B0B. Windows color (decimal): -14810859 or 1376542. OLE color: 1376542.

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

Color convert

RGB30121-
CMYK00.970.300.88
HSL318.62º93.55%6.08%-
HSV(B)318.62º96.67%11.76%-
XYZ0.680.350.74-
YUV11.95133.11140.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 57.69%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=57.69%
G=1.92%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012100.970.300.88318.6293.556.08
Hex1E1150611E5813f5e6
Octal361250141361304771366
Binary11110110101011000011111010110001001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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