Html Css Color HEX #1E0100 Black

📋 copy color: '#1E0100'

red 30 ◦ green 1 ◦ blue 0

#1E0100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #1E0100

Tints of Black #1E0100

RGB

 RED value IS 30 (12.11% from 255) = 96.77%

 GREEN value IS 1 (0.78% from 255) = 3.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.77%
G = 3.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1E0100 (or 0x1E0100) is known color: Black. HEX triplet: 1E, 01 and 00. RGB value is (30,1,0). Sum of RGB (Red+Green+Blue) = 30+1+0=31 (4% of max value = 765). Red value is 30 (12.11% from 255 or 96.77% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0100 is #E1FEFF. Grayscale: #090909. Windows color (decimal): -14810880 or 286. OLE color: 286.

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

Color convert

RGB 30 1 0 -
CMYK 0 0.97 1 0.88
HSL 1% 0.06% -
HSV(B) 1% 0.12% -
XYZ 0.55 0.3 0.03 -
YUV 9.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 30 1 0 0 0.97 1 0.88 2 1 0.06
Hex 1E 1 0 0 61 64 58 2 64 6
Octal 36 1 0 0 141 144 130 2 144 6
Binary 11110 1 0 0 1100001 1100100 1011000 10 1100100 110

Color Harmonies of #1E0100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0100

Black with #1E0100

Text Example


Text Example

White with #1E0100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E0100;
 }
 .AnyTagClassName
 {
   color: #1E0100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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