Html Css Color HEX #310E07 Seal Brown

📋 copy color: '#310E07'

red 49 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #310E07

Tints of Seal Brown #310E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20%

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

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#310E07 (or 0x310E07) is known color: Seal Brown. HEX triplet: 31, 0E and 07. RGB value is (49,14,7). Sum of RGB (Red+Green+Blue) = 49+14+7=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E07 is #CEF1F8. Grayscale: #171717. Windows color (decimal): -13562361 or 462385. OLE color: 462385.

HSL color Cylindrical-coordinate representation of color #310E07: hue angle of 10º 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 #310E07 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 14 7 -
CMYK 0 0.71 0.86 0.81
HSL 10º 0.75% 0.11% -
HSV(B) 10º 0.86% 0.19% -
XYZ 1.46 0.98 0.31 -
YUV 23.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 49 14 7 0 0.71 0.86 0.81 10 0.75 0.11
Hex 31 E 7 0 47 56 51 A 4B B
Octal 61 16 7 0 107 126 121 12 113 13
Binary 110001 1110 111 0 1000111 1010110 1010001 1010 1001011 1011

Color Harmonies of #310E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E07

Black with #310E07

Text Example


Text Example

White with #310E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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