Html Css Color HEX #310D0D Seal Brown

📋 copy color: '#310D0D'

red 49 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #310D0D

Tints of Seal Brown #310D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.33%

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 65.33%
G = 17.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#310D0D (or 0x310D0D) is known color: Seal Brown. HEX triplet: 31, 0D and 0D. RGB value is (49,13,13). Sum of RGB (Red+Green+Blue) = 49+13+13=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0D is #CEF2F2. Grayscale: #171717. Windows color (decimal): -13562611 or 855345. OLE color: 855345.

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

Color convert

RGB 49 13 13 -
CMYK 0 0.73 0.73 0.81
HSL 0.58% 0.12% -
HSV(B) 0.73% 0.19% -
XYZ 1.48 0.97 0.49 -
YUV 23.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 49 13 13 0 0.73 0.73 0.81 0 0.58 0.12
Hex 31 D D 0 49 49 51 0 3A C
Octal 61 15 15 0 111 111 121 0 72 14
Binary 110001 1101 1101 0 1001001 1001001 1010001 0 111010 1100

Color Harmonies of #310D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D0D

Black with #310D0D

Text Example


Text Example

White with #310D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,13); }

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

background-color css

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

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

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

border-color css

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

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

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