Html Css Color HEX #310C07 Seal Brown

📋 copy color: '#310C07'

red 49 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #310C07

Tints of Seal Brown #310C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.65%

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

R = 72.06%
G = 17.65%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#310C07 (or 0x310C07) is known color: Seal Brown. HEX triplet: 31, 0C and 07. RGB value is (49,12,7). Sum of RGB (Red+Green+Blue) = 49+12+7=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C07 is #CEF3F8. Grayscale: #161616. Windows color (decimal): -13562873 or 461873. OLE color: 461873.

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

Color convert

RGB 49 12 7 -
CMYK 0 0.76 0.86 0.81
HSL 7.14º 0.75% 0.11% -
HSV(B) 7.14º 0.86% 0.19% -
XYZ 1.44 0.93 0.31 -
YUV 22.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 49 12 7 0 0.76 0.86 0.81 7.14 0.75 0.11
Hex 31 C 7 0 4C 56 51 7 4B B
Octal 61 14 7 0 114 126 121 7 113 13
Binary 110001 1100 111 0 1001100 1010110 1010001 111 1001011 1011

Color Harmonies of #310C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C07

Black with #310C07

Text Example


Text Example

White with #310C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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