Html Css Color HEX #311111 Seal Brown

📋 copy color: '#311111'

red 49 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #311111

Tints of Seal Brown #311111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.48%

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 59.04%
G = 20.48%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#311111 (or 0x311111) is known color: Seal Brown. HEX triplet: 31, 11 and 11. RGB value is (49,17,17). Sum of RGB (Red+Green+Blue) = 49+17+17=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311111 is #CEEEEE. Grayscale: #1A1A1A. Windows color (decimal): -13561583 or 1118513. OLE color: 1118513.

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

Color convert

RGB 49 17 17 -
CMYK 0 0.65 0.65 0.81
HSL 0.48% 0.13% -
HSV(B) 0.65% 0.19% -
XYZ 1.57 1.09 0.66 -
YUV 26.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 49 17 17 0 0.65 0.65 0.81 0 0.48 0.13
Hex 31 11 11 0 41 41 51 0 30 D
Octal 61 21 21 0 101 101 121 0 60 15
Binary 110001 10001 10001 0 1000001 1000001 1010001 0 110000 1101

Color Harmonies of #311111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311111

Black with #311111

Text Example


Text Example

White with #311111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311111; }

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

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

background-color css

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

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

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

border-color css

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

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

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