Html Css Color HEX #311919 Seal Brown

📋 copy color: '#311919'

red 49 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #311919

Tints of Seal Brown #311919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 49.49%
G = 25.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311919 (or 0x311919) is known color: Seal Brown. HEX triplet: 31, 19 and 19. RGB value is (49,25,25). Sum of RGB (Red+Green+Blue) = 49+25+25=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311919 is #CEE6E6. Grayscale: #202020. Windows color (decimal): -13559527 or 1644849. OLE color: 1644849.

HSL color Cylindrical-coordinate representation of color #311919: hue angle of 0º 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 #311919 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 25 -
CMYK 0 0.49 0.49 0.81
HSL 0.32% 0.15% -
HSV(B) 0.49% 0.19% -
XYZ 1.79 1.42 1.1 -
YUV 32.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 49 25 25 0 0.49 0.49 0.81 0 0.32 0.15
Hex 31 19 19 0 31 31 51 0 20 F
Octal 61 31 31 0 61 61 121 0 40 17
Binary 110001 11001 11001 0 110001 110001 1010001 0 100000 1111

Color Harmonies of #311919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311919

Black with #311919

Text Example


Text Example

White with #311919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311919; }

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

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

background-color css

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

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

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

border-color css

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

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

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