Html Css Color HEX #1F1411 Seal Brown

📋 copy color: '#1F1411'

red 31 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #1F1411

Tints of Seal Brown #1F1411

RGB

 RED value IS 31 (12.5% from 255) = 45.59%

 GREEN value IS 20 (8.2% from 255) = 29.41%

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

R = 45.59%
G = 29.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#1F1411 (or 0x1F1411) is known color: Seal Brown. HEX triplet: 1F, 14 and 11. RGB value is (31,20,17). Sum of RGB (Red+Green+Blue) = 31+20+17=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1411 is #E0EBEE. Grayscale: #161616. Windows color (decimal): -14740463 or 1119263. OLE color: 1119263.

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

Color convert

RGB 31 20 17 -
CMYK 0 0.35 0.45 0.88
HSL 12.86º 0.29% 0.09% -
HSV(B) 12.86º 0.45% 0.12% -
XYZ 0.92 0.83 0.64 -
YUV 22.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 31 20 17 0 0.35 0.45 0.88 12.86 0.29 0.09
Hex 1F 14 11 0 23 2D 58 D 1D 9
Octal 37 24 21 0 43 55 130 15 35 11
Binary 11111 10100 10001 0 100011 101101 1011000 1101 11101 1001

Color Harmonies of #1F1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1411

Black with #1F1411

Text Example


Text Example

White with #1F1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,17); }

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

background-color css

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

 a { background-color: rgb(31,20,17); }

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

border-color css

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

 span { border-color: rgb(31,20,17); }

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