#1E0915

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

Shades of Blackberry #1E0915

Tints of Blackberry #1E0915

Color information

#1E0915 (or 0x1E0915) is unknown color: approx Blackberry. HEX triplet: 1E, 09 and 15. RGB value is (30,9,21). Sum of RGB (Red+Green+Blue) = 30+9+21=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0915 is #E1F6EA. Grayscale: #101010. Windows color (decimal): -14808811 or 1378590. OLE color: 1378590.

HSL color Cylindrical-coordinate representation of color #1E0915: hue angle of 325.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0915 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB30921-
CMYK00.700.300.88
HSL325.71º53.85%7.65%-
HSV(B)325.71º70%11.76%-
XYZ0.770.530.77-
YUV16.65130.46137.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 21 (8.59% from 255) = 35%
R=50%
G=15%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3092100.700.300.88325.7153.857.65
Hex1E9150461E58146368
Octal3611250106361305066610
Binary11110100110101010001101111010110001010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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