Html Css Color HEX #1F0B00 Seal Brown

📋 copy color: '#1F0B00'

red 31 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #1F0B00

Tints of Seal Brown #1F0B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.81%
G = 26.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1F0B00 (or 0x1F0B00) is known color: Seal Brown. HEX triplet: 1F, 0B and 00. RGB value is (31,11,0). Sum of RGB (Red+Green+Blue) = 31+11+0=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B00 is #E0F4FF. Grayscale: #0F0F0F. Windows color (decimal): -14742784 or 2847. OLE color: 2847.

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

Color convert

RGB 31 11 0 -
CMYK 0 0.65 1 0.88
HSL 21.29º 1% 0.06% -
HSV(B) 21.29º 1% 0.12% -
XYZ 0.68 0.53 0.07 -
YUV 15.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 31 11 0 0 0.65 1 0.88 21.29 1 0.06
Hex 1F B 0 0 41 64 58 15 64 6
Octal 37 13 0 0 101 144 130 25 144 6
Binary 11111 1011 0 0 1000001 1100100 1011000 10101 1100100 110

Color Harmonies of #1F0B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0B00

Black with #1F0B00

Text Example


Text Example

White with #1F0B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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