#1E0415

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

Shades of Blackberry #1E0415

Tints of Blackberry #1E0415

Color information

#1E0415 (or 0x1E0415) is unknown color: approx Blackberry. HEX triplet: 1E, 04 and 15. RGB value is (30,4,21). Sum of RGB (Red+Green+Blue) = 30+4+21=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0415 is #E1FBEA. Grayscale: #0D0D0D. Windows color (decimal): -14810091 or 1377310. OLE color: 1377310.

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

Color convert

RGB30421-
CMYK00.870.300.88
HSL320.77º76.47%6.67%-
HSV(B)320.77º86.67%11.76%-
XYZ0.710.420.75-
YUV13.71132.11139.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=54.55%
G=7.27%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3042100.870.300.88320.7776.476.67
Hex1E4150571E581414c7
Octal364250127361305011147
Binary1111010010101010101111111010110001010000011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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