Html Css Color HEX #1F0C08 Seal Brown

📋 copy color: '#1F0C08'

red 31 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #1F0C08

Tints of Seal Brown #1F0C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 15.69%

R = 60.78%
G = 23.53%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1F0C08 (or 0x1F0C08) is known color: Seal Brown. HEX triplet: 1F, 0C and 08. RGB value is (31,12,8). Sum of RGB (Red+Green+Blue) = 31+12+8=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C08 is #E0F3F7. Grayscale: #111111. Windows color (decimal): -14742520 or 527391. OLE color: 527391.

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

Color convert

RGB 31 12 8 -
CMYK 0 0.61 0.74 0.88
HSL 10.43º 0.59% 0.08% -
HSV(B) 10.43º 0.74% 0.12% -
XYZ 0.74 0.57 0.3 -
YUV 17.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 31 12 8 0 0.61 0.74 0.88 10.43 0.59 0.08
Hex 1F C 8 0 3D 4A 58 A 3B 8
Octal 37 14 10 0 75 112 130 12 73 10
Binary 11111 1100 1000 0 111101 1001010 1011000 1010 111011 1000

Color Harmonies of #1F0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C08

Black with #1F0C08

Text Example


Text Example

White with #1F0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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