Html Css Color HEX #1F1211 Seal Brown

📋 copy color: '#1F1211'

red 31 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #1F1211

Tints of Seal Brown #1F1211

RGB

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

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

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

R = 46.97%
G = 27.27%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#1F1211 (or 0x1F1211) is known color: Seal Brown. HEX triplet: 1F, 12 and 11. RGB value is (31,18,17). Sum of RGB (Red+Green+Blue) = 31+18+17=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1211 is #E0EDEE. Grayscale: #151515. Windows color (decimal): -14740975 or 1118751. OLE color: 1118751.

HSL color Cylindrical-coordinate representation of color #1F1211: hue angle of 4.29º 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 #1F1211 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 18 17 -
CMYK 0 0.42 0.45 0.88
HSL 4.29º 0.29% 0.09% -
HSV(B) 4.29º 0.45% 0.12% -
XYZ 0.88 0.76 0.63 -
YUV 21.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 31 18 17 0 0.42 0.45 0.88 4.29 0.29 0.09
Hex 1F 12 11 0 2A 2D 58 4 1D 9
Octal 37 22 21 0 52 55 130 4 35 11
Binary 11111 10010 10001 0 101010 101101 1011000 100 11101 1001

Color Harmonies of #1F1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1211

Black with #1F1211

Text Example


Text Example

White with #1F1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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