Html Css Color HEX #372C01 Maire

📋 copy color: '#372C01'

red 55 ◦ green 44 ◦ blue 1

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

Shades of Maire #372C01

Tints of Maire #372C01

RGB

 RED value IS 55 (21.88% from 255) = 55%

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

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

R = 55%
G = 44%
B = 1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#372C01 (or 0x372C01) is known color: Maire. HEX triplet: 37, 2C and 01. RGB value is (55,44,1). Sum of RGB (Red+Green+Blue) = 55+44+1=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C01 is #C8D3FE. Grayscale: #2A2A2A. Windows color (decimal): -13161471 or 76855. OLE color: 76855.

HSL color Cylindrical-coordinate representation of color #372C01: hue angle of 47.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #372C01 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 1 -
CMYK 0 0.2 0.98 0.78
HSL 47.78º 0.96% 0.11% -
HSV(B) 47.78º 0.98% 0.22% -
XYZ 2.48 2.62 0.4 -
YUV 42.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 55 44 1 0 0.2 0.98 0.78 47.78 0.96 0.11
Hex 37 2C 1 0 14 62 4E 30 60 B
Octal 67 54 1 0 24 142 116 60 140 13
Binary 110111 101100 1 0 10100 1100010 1001110 110000 1100000 1011

Color Harmonies of #372C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C01

Black with #372C01

Text Example


Text Example

White with #372C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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