Html Css Color HEX #380437 Mardi Gras

📋 copy color: '#380437'

red 56 ◦ green 4 ◦ blue 55

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

Shades of Mardi Gras #380437

Tints of Mardi Gras #380437

RGB

 RED value IS 56 (22.27% from 255) = 48.7%

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 55 (21.88% from 255) = 47.83%

R = 48.7%
G = 3.48%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#380437 (or 0x380437) is known color: Mardi Gras. HEX triplet: 38, 04 and 37. RGB value is (56,4,55). Sum of RGB (Red+Green+Blue) = 56+4+55=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380437 is #C7FBC8. Grayscale: #191919. Windows color (decimal): -13106121 or 3605560. OLE color: 3605560.

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

Color convert

RGB 56 4 55 -
CMYK 0 0.93 0.02 0.78
HSL 301.15º 0.87% 0.12% -
HSV(B) 301.15º 0.93% 0.22% -
XYZ 2.36 1.2 3.72 -
YUV 25.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 56 4 55 0 0.93 0.02 0.78 301.15 0.87 0.12
Hex 38 4 37 0 5D 2 4E 12D 57 C
Octal 70 4 67 0 135 2 116 455 127 14
Binary 111000 100 110111 0 1011101 10 1001110 100101101 1010111 1100

Color Harmonies of #380437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380437

Black with #380437

Text Example


Text Example

White with #380437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380437; }

 p { color: rgb(56,4,55); }

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

background-color css

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

 a { background-color: rgb(56,4,55); }

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

border-color css

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

 span { border-color: rgb(56,4,55); }

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