Html Css Color HEX #1E1616 Seal Brown

📋 copy color: '#1E1616'

red 30 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #1E1616

Tints of Seal Brown #1E1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.73%

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 40.54%
G = 29.73%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#1E1616 (or 0x1E1616) is known color: Seal Brown. HEX triplet: 1E, 16 and 16. RGB value is (30,22,22). Sum of RGB (Red+Green+Blue) = 30+22+22=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1616 is #E1E9E9. Grayscale: #181818. Windows color (decimal): -14805482 or 1447454. OLE color: 1447454.

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

Color convert

RGB 30 22 22 -
CMYK 0 0.27 0.27 0.88
HSL 0.15% 0.1% -
HSV(B) 0.27% 0.12% -
XYZ 0.97 0.91 0.88 -
YUV 24.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 30 22 22 0 0.27 0.27 0.88 0 0.15 0.1
Hex 1E 16 16 0 1B 1B 58 0 F A
Octal 36 26 26 0 33 33 130 0 17 12
Binary 11110 10110 10110 0 11011 11011 1011000 0 1111 1010

Color Harmonies of #1E1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1616

Black with #1E1616

Text Example


Text Example

White with #1E1616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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