#1E0012

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

Shades of Blackberry #1E0012

Tints of Blackberry #1E0012

Color information

#1E0012 (or 0x1E0012) is unknown color: approx Blackberry. HEX triplet: 1E, 00 and 12. RGB value is (30,0,18). Sum of RGB (Red+Green+Blue) = 30+0+18=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0012 is #E1FFED. Grayscale: #0A0A0A. Windows color (decimal): -14811118 or 1179678. OLE color: 1179678.

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

Color convert

RGB30018-
CMYK010.400.88
HSL324º100%5.88%-
HSV(B)324º100%11.76%-
XYZ0.640.320.6-
YUV11.02131.94141.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30018010.400.883241005.88
Hex1E0120642858144646
Octal360220144501305041446
Binary111100100100110010010100010110001010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,18); }

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

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

 a { background-color: rgb(30,0,18); }

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

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

 span { border-color: rgb(30,0,18); }

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