Html Css Color HEX #1F0F07 Seal Brown

📋 copy color: '#1F0F07'

red 31 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #1F0F07

Tints of Seal Brown #1F0F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

 BLUE value IS 7 (3.13% from 255) = 13.21%

R = 58.49%
G = 28.3%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#1F0F07 (or 0x1F0F07) is known color: Seal Brown. HEX triplet: 1F, 0F and 07. RGB value is (31,15,7). Sum of RGB (Red+Green+Blue) = 31+15+7=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F07 is #E0F0F8. Grayscale: #121212. Windows color (decimal): -14741753 or 462623. OLE color: 462623.

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

Color convert

RGB 31 15 7 -
CMYK 0 0.52 0.77 0.88
HSL 20º 0.63% 0.07% -
HSV(B) 20º 0.77% 0.12% -
XYZ 0.77 0.65 0.29 -
YUV 18.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 31 15 7 0 0.52 0.77 0.88 20 0.63 0.07
Hex 1F F 7 0 34 4D 58 14 3F 7
Octal 37 17 7 0 64 115 130 24 77 7
Binary 11111 1111 111 0 110100 1001101 1011000 10100 111111 111

Color Harmonies of #1F0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F07

Black with #1F0F07

Text Example


Text Example

White with #1F0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,15,7); }

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

background-color css

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

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

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

border-color css

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

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

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