Html Css Color HEX #373001 Maire

📋 copy color: '#373001'

red 55 ◦ green 48 ◦ blue 1

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

Shades of Maire #373001

Tints of Maire #373001

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 value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#373001 (or 0x373001) is known color: 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

RGB 55 48 1 -
CMYK 0 0.13 0.98 0.78
HSL 52.22º 0.96% 0.11% -
HSV(B) 52.22º 0.98% 0.22% -
XYZ 2.64 2.93 0.45 -
YUV 44.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 55 48 1 0 0.13 0.98 0.78 52.22 0.96 0.11
Hex 37 30 1 0 D 62 4E 34 60 B
Octal 67 60 1 0 15 142 116 64 140 13
Binary 110111 110000 1 0 1101 1100010 1001110 110100 1100000 1011

Color Harmonies of #373001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373001

Black with #373001

Text Example


Text Example

White with #373001

Text Example


Text Example

HTML Codes & Css Web 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>