Html Css Color HEX #1F0B0B Seal Brown

📋 copy color: '#1F0B0B'

red 31 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #1F0B0B

Tints of Seal Brown #1F0B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.75%

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

R = 58.49%
G = 20.75%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1F0B0B (or 0x1F0B0B) is known color: Seal Brown. HEX triplet: 1F, 0B and 0B. RGB value is (31,11,11). Sum of RGB (Red+Green+Blue) = 31+11+11=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0B is #E0F4F4. Grayscale: #111111. Windows color (decimal): -14742773 or 723743. OLE color: 723743.

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

Color convert

RGB 31 11 11 -
CMYK 0 0.65 0.65 0.88
HSL 0.48% 0.08% -
HSV(B) 0.65% 0.12% -
XYZ 0.75 0.55 0.38 -
YUV 16.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 31 11 11 0 0.65 0.65 0.88 0 0.48 0.08
Hex 1F B B 0 41 41 58 0 30 8
Octal 37 13 13 0 101 101 130 0 60 10
Binary 11111 1011 1011 0 1000001 1000001 1011000 0 110000 1000

Color Harmonies of #1F0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0B0B

Black with #1F0B0B

Text Example


Text Example

White with #1F0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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