Html Css Color HEX #1E0301 Black

📋 copy color: '#1E0301'

red 30 ◦ green 3 ◦ blue 1

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

Shades of Black #1E0301

Tints of Black #1E0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

 BLUE value IS 1 (0.78% from 255) = 2.94%

R = 88.24%
G = 8.82%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1E0301 (or 0x1E0301) is known color: Black. HEX triplet: 1E, 03 and 01. RGB value is (30,3,1). Sum of RGB (Red+Green+Blue) = 30+3+1=34 (4% of max value = 765). Red value is 30 (12.11% from 255 or 88.24% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0301 is #E1FCFE. Grayscale: #0A0A0A. Windows color (decimal): -14810367 or 66334. OLE color: 66334.

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

Color convert

RGB 30 3 1 -
CMYK 0 0.90 0.97 0.88
HSL 4.14º 0.94% 0.06% -
HSV(B) 4.14º 0.97% 0.12% -
XYZ 0.57 0.34 0.06 -
YUV 10.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 30 3 1 0 0.90 0.97 0.88 4.14 0.94 0.06
Hex 1E 3 1 0 5A 61 58 4 5E 6
Octal 36 3 1 0 132 141 130 4 136 6
Binary 11110 11 1 0 1011010 1100001 1011000 100 1011110 110

Color Harmonies of #1E0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0301

Black with #1E0301

Text Example


Text Example

White with #1E0301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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