Html Css Color HEX #370830 Mardi Gras

📋 copy color: '#370830'

red 55 ◦ green 8 ◦ blue 48

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

Shades of Mardi Gras #370830

Tints of Mardi Gras #370830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

 BLUE value IS 48 (19.14% from 255) = 43.24%

R = 49.55%
G = 7.21%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370830 (or 0x370830) is known color: Mardi Gras. HEX triplet: 37, 08 and 30. RGB value is (55,8,48). Sum of RGB (Red+Green+Blue) = 55+8+48=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370830 is #C8F7CF. Grayscale: #1A1A1A. Windows color (decimal): -13170640 or 3147831. OLE color: 3147831.

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

Color convert

RGB 55 8 48 -
CMYK 0 0.85 0.13 0.78
HSL 308.94º 0.75% 0.12% -
HSV(B) 308.94º 0.85% 0.22% -
XYZ 2.2 1.2 2.91 -
YUV 26.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 55 8 48 0 0.85 0.13 0.78 308.94 0.75 0.12
Hex 37 8 30 0 55 D 4E 135 4B C
Octal 67 10 60 0 125 15 116 465 113 14
Binary 110111 1000 110000 0 1010101 1101 1001110 100110101 1001011 1100

Color Harmonies of #370830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370830

Black with #370830

Text Example


Text Example

White with #370830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370830; }

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

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

background-color css

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

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

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

border-color css

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

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

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