Html Css Color HEX #373000 Maire

📋 copy color: '#373000'

red 55 ◦ green 48 ◦ blue 0

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

Shades of Maire #373000

Tints of Maire #373000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#373000 (or 0x373000) is known color: Maire. HEX triplet: 37, 30 and 00. RGB value is (55,48,0). Sum of RGB (Red+Green+Blue) = 55+48+0=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #373000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373000 is #C8CFFF. Grayscale: #2C2C2C. Windows color (decimal): -13160448 or 12343. OLE color: 12343.

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

Color convert

RGB 55 48 0 -
CMYK 0 0.13 1 0.78
HSL 52.36º 1% 0.11% -
HSV(B) 52.36º 1% 0.22% -
XYZ 2.63 2.93 0.43 -
YUV 44.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 55 48 0 0 0.13 1 0.78 52.36 1 0.11
Hex 37 30 0 0 D 64 4E 34 64 B
Octal 67 60 0 0 15 144 116 64 144 13
Binary 110111 110000 0 0 1101 1100100 1001110 110100 1100100 1011

Color Harmonies of #373000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373000

Black with #373000

Text Example


Text Example

White with #373000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373000; }

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

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

background-color css

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

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

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

border-color css

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

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

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