Html Css Color HEX #312C01 Maire

📋 copy color: '#312C01'

red 49 ◦ green 44 ◦ blue 1

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

Shades of Maire #312C01

Tints of Maire #312C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 46.81%

 BLUE value IS 1 (0.78% from 255) = 1.06%

R = 52.13%
G = 46.81%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#312C01 (or 0x312C01) is known color: Maire. HEX triplet: 31, 2C and 01. RGB value is (49,44,1). Sum of RGB (Red+Green+Blue) = 49+44+1=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #312C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C01 is #CED3FE. Grayscale: #282828. Windows color (decimal): -13554687 or 76849. OLE color: 76849.

HSL color Cylindrical-coordinate representation of color #312C01: hue angle of 53.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #312C01 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 44 1 -
CMYK 0 0.10 0.98 0.81
HSL 53.75º 0.96% 0.1% -
HSV(B) 53.75º 0.98% 0.19% -
XYZ 2.17 2.46 0.39 -
YUV 40.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 49 44 1 0 0.10 0.98 0.81 53.75 0.96 0.1
Hex 31 2C 1 0 A 62 51 36 60 A
Octal 61 54 1 0 12 142 121 66 140 12
Binary 110001 101100 1 0 1010 1100010 1010001 110110 1100000 1010

Color Harmonies of #312C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C01

Black with #312C01

Text Example


Text Example

White with #312C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,1); }

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

background-color css

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

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

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

border-color css

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

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

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