Html Css Color HEX #312F21 Maire

📋 copy color: '#312F21'

red 49 ◦ green 47 ◦ blue 33

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

Shades of Maire #312F21

Tints of Maire #312F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.43%

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 37.98%
G = 36.43%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312F21 (or 0x312F21) is known color: Maire. HEX triplet: 31, 2F and 21. RGB value is (49,47,33). Sum of RGB (Red+Green+Blue) = 49+47+33=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F21 is #CED0DE. Grayscale: #2E2E2E. Windows color (decimal): -13553887 or 2174769. OLE color: 2174769.

HSL color Cylindrical-coordinate representation of color #312F21: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312F21 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 47 33 -
CMYK 0 0.04 0.33 0.81
HSL 52.5º 0.2% 0.16% -
HSV(B) 52.5º 0.33% 0.19% -
XYZ 2.56 2.8 1.84 -
YUV 46 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 49 47 33 0 0.04 0.33 0.81 52.5 0.2 0.16
Hex 31 2F 21 0 4 21 51 34 14 10
Octal 61 57 41 0 4 41 121 64 24 20
Binary 110001 101111 100001 0 100 100001 1010001 110100 10100 10000

Color Harmonies of #312F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F21

Black with #312F21

Text Example


Text Example

White with #312F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,47,33); }

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

background-color css

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

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

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

border-color css

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

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

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