Html Css Color HEX #1F0F09 Seal Brown

📋 copy color: '#1F0F09'

red 31 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #1F0F09

Tints of Seal Brown #1F0F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 56.36%
G = 27.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F0F09 (or 0x1F0F09) is known color: Seal Brown. HEX triplet: 1F, 0F and 09. RGB value is (31,15,9). Sum of RGB (Red+Green+Blue) = 31+15+9=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F09 is #E0F0F6. Grayscale: #131313. Windows color (decimal): -14741751 or 593695. OLE color: 593695.

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

Color convert

RGB 31 15 9 -
CMYK 0 0.52 0.71 0.88
HSL 16.36º 0.55% 0.08% -
HSV(B) 16.36º 0.71% 0.12% -
XYZ 0.79 0.65 0.34 -
YUV 19.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 31 15 9 0 0.52 0.71 0.88 16.36 0.55 0.08
Hex 1F F 9 0 34 47 58 10 37 8
Octal 37 17 11 0 64 107 130 20 67 10
Binary 11111 1111 1001 0 110100 1000111 1011000 10000 110111 1000

Color Harmonies of #1F0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F09

Black with #1F0F09

Text Example


Text Example

White with #1F0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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