Html Css Color HEX #1F0F0B Seal Brown

📋 copy color: '#1F0F0B'

red 31 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #1F0F0B

Tints of Seal Brown #1F0F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.32%

 BLUE value IS 11 (4.69% from 255) = 19.3%

R = 54.39%
G = 26.32%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1F0F0B (or 0x1F0F0B) is known color: Seal Brown. HEX triplet: 1F, 0F and 0B. RGB value is (31,15,11). Sum of RGB (Red+Green+Blue) = 31+15+11=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F0B is #E0F0F4. Grayscale: #131313. Windows color (decimal): -14741749 or 724767. OLE color: 724767.

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

Color convert

RGB 31 15 11 -
CMYK 0 0.52 0.65 0.88
HSL 12º 0.48% 0.08% -
HSV(B) 12º 0.65% 0.12% -
XYZ 0.8 0.66 0.4 -
YUV 19.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 31 15 11 0 0.52 0.65 0.88 12 0.48 0.08
Hex 1F F B 0 34 41 58 C 30 8
Octal 37 17 13 0 64 101 130 14 60 10
Binary 11111 1111 1011 0 110100 1000001 1011000 1100 110000 1000

Color Harmonies of #1F0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F0B

Black with #1F0F0B

Text Example


Text Example

White with #1F0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,15,11); }

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

background-color css

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

 a { background-color: rgb(31,15,11); }

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

border-color css

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

 span { border-color: rgb(31,15,11); }

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