Html Css Color HEX #1F0800 Seal Brown

📋 copy color: '#1F0800'

red 31 ◦ green 8 ◦ blue 0

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

Shades of Seal Brown #1F0800

Tints of Seal Brown #1F0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

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

R = 79.49%
G = 20.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1F0800 (or 0x1F0800) is known color: Seal Brown. HEX triplet: 1F, 08 and 00. RGB value is (31,8,0). Sum of RGB (Red+Green+Blue) = 31+8+0=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0800 is #E0F7FF. Grayscale: #0E0E0E. Windows color (decimal): -14743552 or 2079. OLE color: 2079.

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

Color convert

RGB 31 8 0 -
CMYK 0 0.74 1 0.88
HSL 15.48º 1% 0.06% -
HSV(B) 15.48º 1% 0.12% -
XYZ 0.65 0.46 0.06 -
YUV 13.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 31 8 0 0 0.74 1 0.88 15.48 1 0.06
Hex 1F 8 0 0 4A 64 58 F 64 6
Octal 37 10 0 0 112 144 130 17 144 6
Binary 11111 1000 0 0 1001010 1100100 1011000 1111 1100100 110

Color Harmonies of #1F0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0800

Black with #1F0800

Text Example


Text Example

White with #1F0800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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