Html Css Color HEX #312B13 Maire

📋 copy color: '#312B13'

red 49 ◦ green 43 ◦ blue 19

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

Shades of Maire #312B13

Tints of Maire #312B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 44.14%
G = 38.74%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312B13 (or 0x312B13) is known color: Maire. HEX triplet: 31, 2B and 13. RGB value is (49,43,19). Sum of RGB (Red+Green+Blue) = 49+43+19=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B13 is #CED4EC. Grayscale: #2A2A2A. Windows color (decimal): -13554925 or 1256241. OLE color: 1256241.

HSL color Cylindrical-coordinate representation of color #312B13: hue angle of 48º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312B13 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 19 -
CMYK 0 0.12 0.61 0.81
HSL 48º 0.44% 0.13% -
HSV(B) 48º 0.61% 0.19% -
XYZ 2.25 2.43 0.97 -
YUV 42.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 49 43 19 0 0.12 0.61 0.81 48 0.44 0.13
Hex 31 2B 13 0 C 3D 51 30 2C D
Octal 61 53 23 0 14 75 121 60 54 15
Binary 110001 101011 10011 0 1100 111101 1010001 110000 101100 1101

Color Harmonies of #312B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B13

Black with #312B13

Text Example


Text Example

White with #312B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B13; }

 p { color: rgb(49,43,19); }

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

background-color css

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

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

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

border-color css

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

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

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