#1E0700

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

Shades of Black #1E0700

Tints of Black #1E0700

Color information

#1E0700 (or 0x1E0700) is unknown color: approx 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

RGB3070-
CMYK00.7710.88
HSL14º100%5.88%-
HSV(B)14º100%11.76%-
XYZ0.610.430.05-
YUV13.08120.62140.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 81.08%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.08%
G=18.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal307000.7710.88141005.88
Hex1E7004D6458e646
Octal36700115144130161446
Binary111101110010011011100100101100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>