Html Css Color HEX #311312 Seal Brown

📋 copy color: '#311312'

red 49 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #311312

Tints of Seal Brown #311312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 56.98%
G = 22.09%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311312 (or 0x311312) is known color: Seal Brown. HEX triplet: 31, 13 and 12. RGB value is (49,19,18). Sum of RGB (Red+Green+Blue) = 49+19+18=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311312 is #CEECED. Grayscale: #1B1B1B. Windows color (decimal): -13561070 or 1184561. OLE color: 1184561.

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

Color convert

RGB 49 19 18 -
CMYK 0 0.61 0.63 0.81
HSL 1.94º 0.46% 0.13% -
HSV(B) 1.94º 0.63% 0.19% -
XYZ 1.61 1.16 0.71 -
YUV 27.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 49 19 18 0 0.61 0.63 0.81 1.94 0.46 0.13
Hex 31 13 12 0 3D 3F 51 2 2E D
Octal 61 23 22 0 75 77 121 2 56 15
Binary 110001 10011 10010 0 111101 111111 1010001 10 101110 1101

Color Harmonies of #311312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311312

Black with #311312

Text Example


Text Example

White with #311312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311312; }

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

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

background-color css

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

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

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

border-color css

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

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

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