Html Css Color HEX #310F07 Seal Brown

📋 copy color: '#310F07'

red 49 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #310F07

Tints of Seal Brown #310F07

RGB

 RED value IS 49 (19.53% from 255) = 69.01%

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

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

R = 69.01%
G = 21.13%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#310F07 (or 0x310F07) is known color: Seal Brown. HEX triplet: 31, 0F and 07. RGB value is (49,15,7). Sum of RGB (Red+Green+Blue) = 49+15+7=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F07 is #CEF0F8. Grayscale: #181818. Windows color (decimal): -13562105 or 462641. OLE color: 462641.

HSL color Cylindrical-coordinate representation of color #310F07: hue angle of 11.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310F07 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 15 7 -
CMYK 0 0.69 0.86 0.81
HSL 11.43º 0.75% 0.11% -
HSV(B) 11.43º 0.86% 0.19% -
XYZ 1.48 1.01 0.32 -
YUV 24.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 49 15 7 0 0.69 0.86 0.81 11.43 0.75 0.11
Hex 31 F 7 0 45 56 51 B 4B B
Octal 61 17 7 0 105 126 121 13 113 13
Binary 110001 1111 111 0 1000101 1010110 1010001 1011 1001011 1011

Color Harmonies of #310F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F07

Black with #310F07

Text Example


Text Example

White with #310F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310F07; }

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

 H1.HeaderClassName
 {
   color: #310F07;
 }
 .AnyTagClassName
 {
   color: #310F07;
 }
</style>

background-color css

<style>
 a { background-color: #310F07; }

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

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

border-color css

<style>
 span { border-color: #310F07; }

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

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