Html Css Color HEX #311A19 Seal Brown

📋 copy color: '#311A19'

red 49 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #311A19

Tints of Seal Brown #311A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26%

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

R = 49%
G = 26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311A19 (or 0x311A19) is known color: Seal Brown. HEX triplet: 31, 1A and 19. RGB value is (49,26,25). Sum of RGB (Red+Green+Blue) = 49+26+25=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A19 is #CEE5E6. Grayscale: #202020. Windows color (decimal): -13559271 or 1645105. OLE color: 1645105.

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

Color convert

RGB 49 26 25 -
CMYK 0 0.47 0.49 0.81
HSL 2.5º 0.32% 0.15% -
HSV(B) 2.5º 0.49% 0.19% -
XYZ 1.81 1.46 1.11 -
YUV 32.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 49 26 25 0 0.47 0.49 0.81 2.5 0.32 0.15
Hex 31 1A 19 0 2F 31 51 2 20 F
Octal 61 32 31 0 57 61 121 2 40 17
Binary 110001 11010 11001 0 101111 110001 1010001 10 100000 1111

Color Harmonies of #311A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A19

Black with #311A19

Text Example


Text Example

White with #311A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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