Html Css Color HEX #311C19 Seal Brown

📋 copy color: '#311C19'

red 49 ◦ green 28 ◦ blue 25

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

Shades of Seal Brown #311C19

Tints of Seal Brown #311C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 48.04%
G = 27.45%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311C19 (or 0x311C19) is known color: Seal Brown. HEX triplet: 31, 1C and 19. RGB value is (49,28,25). Sum of RGB (Red+Green+Blue) = 49+28+25=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C19 is #CEE3E6. Grayscale: #212121. Windows color (decimal): -13558759 or 1645617. OLE color: 1645617.

HSL color Cylindrical-coordinate representation of color #311C19: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311C19 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 28 25 -
CMYK 0 0.43 0.49 0.81
HSL 7.5º 0.32% 0.15% -
HSV(B) 7.5º 0.49% 0.19% -
XYZ 1.86 1.55 1.12 -
YUV 33.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 49 28 25 0 0.43 0.49 0.81 7.5 0.32 0.15
Hex 31 1C 19 0 2B 31 51 8 20 F
Octal 61 34 31 0 53 61 121 10 40 17
Binary 110001 11100 11001 0 101011 110001 1010001 1000 100000 1111

Color Harmonies of #311C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C19

Black with #311C19

Text Example


Text Example

White with #311C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C19; }

 p { color: rgb(49,28,25); }

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

background-color css

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

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

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

border-color css

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

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

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