#1E0101

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

Shades of Black #1E0101

Tints of Black #1E0101

Color information

#1E0101 (or 0x1E0101) is unknown color: approx Black. HEX triplet: 1E, 01 and 01. RGB value is (30,1,1). Sum of RGB (Red+Green+Blue) = 30+1+1=32 (4% of max value = 765). Red value is 30 (12.11% from 255 or 93.75% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0101 is #E1FEFE. Grayscale: #090909. Windows color (decimal): -14810879 or 65822. OLE color: 65822.

HSL color Cylindrical-coordinate representation of color #1E0101: hue angle of 0º 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 #1E0101 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB3011-
CMYK00.970.970.88
HSL93.55%6.08%-
HSV(B)96.67%11.76%-
XYZ0.550.30.06-
YUV9.67123.11142.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 93.75%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=93.75%
G=3.12%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal301100.970.970.88093.556.08
Hex1E11061615805e6
Octal3611014114113001366
Binary1111011011000011100001101100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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