Html Css Color HEX #1F0C09 Seal Brown

📋 copy color: '#1F0C09'

red 31 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #1F0C09

Tints of Seal Brown #1F0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 59.62%
G = 23.08%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F0C09 (or 0x1F0C09) is known color: Seal Brown. HEX triplet: 1F, 0C and 09. RGB value is (31,12,9). Sum of RGB (Red+Green+Blue) = 31+12+9=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C09 is #E0F3F6. Grayscale: #111111. Windows color (decimal): -14742519 or 592927. OLE color: 592927.

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

Color convert

RGB 31 12 9 -
CMYK 0 0.61 0.71 0.88
HSL 8.18º 0.55% 0.08% -
HSV(B) 8.18º 0.71% 0.12% -
XYZ 0.75 0.57 0.33 -
YUV 17.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 31 12 9 0 0.61 0.71 0.88 8.18 0.55 0.08
Hex 1F C 9 0 3D 47 58 8 37 8
Octal 37 14 11 0 75 107 130 10 67 10
Binary 11111 1100 1001 0 111101 1000111 1011000 1000 110111 1000

Color Harmonies of #1F0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C09

Black with #1F0C09

Text Example


Text Example

White with #1F0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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