Html Css Color HEX #311313 Seal Brown

📋 copy color: '#311313'

red 49 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #311313

Tints of Seal Brown #311313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 56.32%
G = 21.84%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311313 (or 0x311313) is known color: Seal Brown. HEX triplet: 31, 13 and 13. RGB value is (49,19,19). Sum of RGB (Red+Green+Blue) = 49+19+19=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311313 is #CEECEC. Grayscale: #1B1B1B. Windows color (decimal): -13561069 or 1250097. OLE color: 1250097.

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

Color convert

RGB 49 19 19 -
CMYK 0 0.61 0.61 0.81
HSL 0.44% 0.13% -
HSV(B) 0.61% 0.19% -
XYZ 1.62 1.17 0.76 -
YUV 27.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 49 19 19 0 0.61 0.61 0.81 0 0.44 0.13
Hex 31 13 13 0 3D 3D 51 0 2C D
Octal 61 23 23 0 75 75 121 0 54 15
Binary 110001 10011 10011 0 111101 111101 1010001 0 101100 1101

Color Harmonies of #311313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311313

Black with #311313

Text Example


Text Example

White with #311313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311313; }

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

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

background-color css

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

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

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

border-color css

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

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

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