Html Css Color HEX #1E1212 Seal Brown

📋 copy color: '#1E1212'

red 30 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #1E1212

Tints of Seal Brown #1E1212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E1212 (or 0x1E1212) is known color: Seal Brown. HEX triplet: 1E, 12 and 12. RGB value is (30,18,18). Sum of RGB (Red+Green+Blue) = 30+18+18=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1212 is #E1EDED. Grayscale: #151515. Windows color (decimal): -14806510 or 1184286. OLE color: 1184286.

HSL color Cylindrical-coordinate representation of color #1E1212: hue angle of 0º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1212 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 18 18 -
CMYK 0 0.40 0.40 0.88
HSL 0.25% 0.09% -
HSV(B) 0.4% 0.12% -
XYZ 0.86 0.75 0.67 -
YUV 21.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 30 18 18 0 0.40 0.40 0.88 0 0.25 0.09
Hex 1E 12 12 0 28 28 58 0 19 9
Octal 36 22 22 0 50 50 130 0 31 11
Binary 11110 10010 10010 0 101000 101000 1011000 0 11001 1001

Color Harmonies of #1E1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1212

Black with #1E1212

Text Example


Text Example

White with #1E1212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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