Html Css Color HEX #310D0B Seal Brown

📋 copy color: '#310D0B'

red 49 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #310D0B

Tints of Seal Brown #310D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 67.12%
G = 17.81%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#310D0B (or 0x310D0B) is known color: Seal Brown. HEX triplet: 31, 0D and 0B. RGB value is (49,13,11). Sum of RGB (Red+Green+Blue) = 49+13+11=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0B is #CEF2F4. Grayscale: #171717. Windows color (decimal): -13562613 or 724273. OLE color: 724273.

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

Color convert

RGB 49 13 11 -
CMYK 0 0.73 0.78 0.81
HSL 3.16º 0.63% 0.12% -
HSV(B) 3.16º 0.78% 0.19% -
XYZ 1.47 0.96 0.43 -
YUV 23.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 49 13 11 0 0.73 0.78 0.81 3.16 0.63 0.12
Hex 31 D B 0 49 4E 51 3 3F C
Octal 61 15 13 0 111 116 121 3 77 14
Binary 110001 1101 1011 0 1001001 1001110 1010001 11 111111 1100

Color Harmonies of #310D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D0B

Black with #310D0B

Text Example


Text Example

White with #310D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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