Html Css Color HEX #1F0B04 Seal Brown

📋 copy color: '#1F0B04'

red 31 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #1F0B04

Tints of Seal Brown #1F0B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 23.91%

 BLUE value IS 4 (1.95% from 255) = 8.7%

R = 67.39%
G = 23.91%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1F0B04 (or 0x1F0B04) is known color: Seal Brown. HEX triplet: 1F, 0B and 04. RGB value is (31,11,4). Sum of RGB (Red+Green+Blue) = 31+11+4=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B04 is #E0F4FB. Grayscale: #101010. Windows color (decimal): -14742780 or 264991. OLE color: 264991.

HSL color Cylindrical-coordinate representation of color #1F0B04: hue angle of 15.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0B04 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 11 4 -
CMYK 0 0.65 0.87 0.88
HSL 15.56º 0.77% 0.07% -
HSV(B) 15.56º 0.87% 0.12% -
XYZ 0.71 0.54 0.18 -
YUV 16.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 31 11 4 0 0.65 0.87 0.88 15.56 0.77 0.07
Hex 1F B 4 0 41 57 58 10 4D 7
Octal 37 13 4 0 101 127 130 20 115 7
Binary 11111 1011 100 0 1000001 1010111 1011000 10000 1001101 111

Color Harmonies of #1F0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0B04

Black with #1F0B04

Text Example


Text Example

White with #1F0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,11,4); }

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

background-color css

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

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

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

border-color css

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

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

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