Html Css Color HEX #311A18 Seal Brown

📋 copy color: '#311A18'

red 49 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #311A18

Tints of Seal Brown #311A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 49.49%
G = 26.26%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311A18 (or 0x311A18) is known color: Seal Brown. HEX triplet: 31, 1A and 18. RGB value is (49,26,24). Sum of RGB (Red+Green+Blue) = 49+26+24=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A18 is #CEE5E7. Grayscale: #202020. Windows color (decimal): -13559272 or 1579569. OLE color: 1579569.

HSL color Cylindrical-coordinate representation of color #311A18: hue angle of 4.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311A18 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 24 -
CMYK 0 0.47 0.51 0.81
HSL 4.8º 0.34% 0.14% -
HSV(B) 4.8º 0.51% 0.19% -
XYZ 1.8 1.46 1.05 -
YUV 32.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 49 26 24 0 0.47 0.51 0.81 4.8 0.34 0.14
Hex 31 1A 18 0 2F 33 51 5 22 E
Octal 61 32 30 0 57 63 121 5 42 16
Binary 110001 11010 11000 0 101111 110011 1010001 101 100010 1110

Color Harmonies of #311A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A18

Black with #311A18

Text Example


Text Example

White with #311A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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