#1E0201

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

Shades of Black #1E0201

Tints of Black #1E0201

Color information

#1E0201 (or 0x1E0201) is unknown color: approx Black. HEX triplet: 1E, 02 and 01. RGB value is (30,2,1). Sum of RGB (Red+Green+Blue) = 30+2+1=33 (4% of max value = 765). Red value is 30 (12.11% from 255 or 90.91% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0201 is #E1FDFE. Grayscale: #0A0A0A. Windows color (decimal): -14810623 or 66078. OLE color: 66078.

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

Color convert

RGB3021-
CMYK00.930.970.88
HSL2.07º93.55%6.08%-
HSV(B)2.07º96.67%11.76%-
XYZ0.560.320.06-
YUV10.26122.78142.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 90.91%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=90.91%
G=6.06%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal302100.930.970.882.0793.556.08
Hex1E2105D615825e6
Octal3621013514113021366
Binary111101010101110111000011011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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