#1E0513

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

Shades of Blackberry #1E0513

Tints of Blackberry #1E0513

Color information

#1E0513 (or 0x1E0513) is unknown color: approx Blackberry. HEX triplet: 1E, 05 and 13. RGB value is (30,5,19). Sum of RGB (Red+Green+Blue) = 30+5+19=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0513 is #E1FAEC. Grayscale: #0E0E0E. Windows color (decimal): -14809837 or 1246494. OLE color: 1246494.

HSL color Cylindrical-coordinate representation of color #1E0513: hue angle of 326.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0513 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB30519-
CMYK00.830.370.88
HSL326.4º71.43%6.86%-
HSV(B)326.4º83.33%11.76%-
XYZ0.710.430.66-
YUV14.07130.78139.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=55.56%
G=9.26%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3051900.830.370.88326.471.436.86
Hex1E5130532558146477
Octal365230123451305061077
Binary11110101100110101001110010110110001010001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,19); }

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

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

 a { background-color: rgb(30,5,19); }

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

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

 span { border-color: rgb(30,5,19); }

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