#373001

Color #373001 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #373001

Tints of Maire #373001

Color information

#373001 (or 0x373001) is unknown color: approx Maire. HEX triplet: 37, 30 and 01. RGB value is (55,48,1). Sum of RGB (Red+Green+Blue) = 55+48+1=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #373001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373001 is #C8CFFE. Grayscale: #2C2C2C. Windows color (decimal): -13160447 or 77879. OLE color: 77879.

HSL color Cylindrical-coordinate representation of color #373001: hue angle of 52.22º 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 #373001 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB55481-
CMYK00.130.980.78
HSL52.22º96.43%10.98%-
HSV(B)52.22º98.18%21.57%-
XYZ2.642.930.45-
YUV44.73103.32135.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=52.88%
G=46.15%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5548100.130.980.7852.2296.4310.98
Hex373010D624E3460b
Octal676010151421166414013
Binary1101111100001011011100010100111011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373001; }

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

 H1.HeaderClassName
 {
   color: #373001;
 }
 .AnyTagClassName
 {
   color: #373001;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #373001;
 }
 .BgClassName
 {
   background-color: #373001;
 }
</style>
border-color css

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

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

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