Html Css Color HEX #1F0808 Seal Brown

📋 copy color: '#1F0808'

red 31 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #1F0808

Tints of Seal Brown #1F0808

RGB

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

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

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

R = 65.96%
G = 17.02%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1F0808 (or 0x1F0808) is known color: Seal Brown. HEX triplet: 1F, 08 and 08. RGB value is (31,8,8). Sum of RGB (Red+Green+Blue) = 31+8+8=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0808 is #E0F7F7. Grayscale: #0E0E0E. Windows color (decimal): -14743544 or 526367. OLE color: 526367.

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

Color convert

RGB 31 8 8 -
CMYK 0 0.74 0.74 0.88
HSL 0.59% 0.08% -
HSV(B) 0.74% 0.12% -
XYZ 0.7 0.48 0.29 -
YUV 14.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 31 8 8 0 0.74 0.74 0.88 0 0.59 0.08
Hex 1F 8 8 0 4A 4A 58 0 3B 8
Octal 37 10 10 0 112 112 130 0 73 10
Binary 11111 1000 1000 0 1001010 1001010 1011000 0 111011 1000

Color Harmonies of #1F0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0808

Black with #1F0808

Text Example


Text Example

White with #1F0808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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