Html Css Color HEX #1E0700 Black

📋 copy color: '#1E0700'

red 30 ◦ green 7 ◦ blue 0

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

Shades of Black #1E0700

Tints of Black #1E0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.92%

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

R = 81.08%
G = 18.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1E0700 (or 0x1E0700) is known color: Black. HEX triplet: 1E, 07 and 00. RGB value is (30,7,0). Sum of RGB (Red+Green+Blue) = 30+7+0=37 (4% of max value = 765). Red value is 30 (12.11% from 255 or 81.08% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0700 is #E1F8FF. Grayscale: #0D0D0D. Windows color (decimal): -14809344 or 1822. OLE color: 1822.

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

Color convert

RGB 30 7 0 -
CMYK 0 0.77 1 0.88
HSL 14º 1% 0.06% -
HSV(B) 14º 1% 0.12% -
XYZ 0.61 0.43 0.05 -
YUV 13.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 30 7 0 0 0.77 1 0.88 14 1 0.06
Hex 1E 7 0 0 4D 64 58 E 64 6
Octal 36 7 0 0 115 144 130 16 144 6
Binary 11110 111 0 0 1001101 1100100 1011000 1110 1100100 110

Color Harmonies of #1E0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0700

Black with #1E0700

Text Example


Text Example

White with #1E0700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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