Html Css Color HEX #1E1311 Seal Brown

📋 copy color: '#1E1311'

red 30 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #1E1311

Tints of Seal Brown #1E1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

 BLUE value IS 17 (7.03% from 255) = 25.76%

R = 45.45%
G = 28.79%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#1E1311 (or 0x1E1311) is known color: Seal Brown. HEX triplet: 1E, 13 and 11. RGB value is (30,19,17). Sum of RGB (Red+Green+Blue) = 30+19+17=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1311 is #E1ECEE. Grayscale: #161616. Windows color (decimal): -14806255 or 1119006. OLE color: 1119006.

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

Color convert

RGB 30 19 17 -
CMYK 0 0.37 0.43 0.88
HSL 9.23º 0.28% 0.09% -
HSV(B) 9.23º 0.43% 0.12% -
XYZ 0.87 0.78 0.64 -
YUV 22.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 30 19 17 0 0.37 0.43 0.88 9.23 0.28 0.09
Hex 1E 13 11 0 25 2B 58 9 1C 9
Octal 36 23 21 0 45 53 130 11 34 11
Binary 11110 10011 10001 0 100101 101011 1011000 1001 11100 1001

Color Harmonies of #1E1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1311

Black with #1E1311

Text Example


Text Example

White with #1E1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,17); }

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

background-color css

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

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

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

border-color css

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

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

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