Html Css Color HEX #311D1D Seal Brown

📋 copy color: '#311D1D'

red 49 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #311D1D

Tints of Seal Brown #311D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.1%

 BLUE value IS 29 (11.72% from 255) = 27.1%

R = 45.79%
G = 27.1%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#311D1D (or 0x311D1D) is known color: Seal Brown. HEX triplet: 31, 1D and 1D. RGB value is (49,29,29). Sum of RGB (Red+Green+Blue) = 49+29+29=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D1D is #CEE2E2. Grayscale: #232323. Windows color (decimal): -13558499 or 1908017. OLE color: 1908017.

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

Color convert

RGB 49 29 29 -
CMYK 0 0.41 0.41 0.81
HSL 0.26% 0.15% -
HSV(B) 0.41% 0.19% -
XYZ 1.93 1.62 1.37 -
YUV 34.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 49 29 29 0 0.41 0.41 0.81 0 0.26 0.15
Hex 31 1D 1D 0 29 29 51 0 1A F
Octal 61 35 35 0 51 51 121 0 32 17
Binary 110001 11101 11101 0 101001 101001 1010001 0 11010 1111

Color Harmonies of #311D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D1D

Black with #311D1D

Text Example


Text Example

White with #311D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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