#1E0402

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

Shades of Black #1E0402

Tints of Black #1E0402

Color information

#1E0402 (or 0x1E0402) is unknown color: approx Black. HEX triplet: 1E, 04 and 02. RGB value is (30,4,2). Sum of RGB (Red+Green+Blue) = 30+4+2=36 (4% of max value = 765). Red value is 30 (12.11% from 255 or 83.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0402 is #E1FBFD. Grayscale: #0B0B0B. Windows color (decimal): -14810110 or 132126. OLE color: 132126.

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

Color convert

RGB3042-
CMYK00.870.930.88
HSL4.29º87.5%6.27%-
HSV(B)4.29º93.33%11.76%-
XYZ0.590.370.1-
YUV11.55122.61141.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=83.33%
G=11.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal304200.870.930.884.2987.56.27
Hex1E420575D584586
Octal3642012713513041306
Binary111101001001010111101110110110001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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