Html Css Color HEX #380137 Mardi Gras

📋 copy color: '#380137'

red 56 ◦ green 1 ◦ blue 55

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

Shades of Mardi Gras #380137

Tints of Mardi Gras #380137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 50%
G = 0.89%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#380137 (or 0x380137) is known color: Mardi Gras. HEX triplet: 38, 01 and 37. RGB value is (56,1,55). Sum of RGB (Red+Green+Blue) = 56+1+55=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380137 is #C7FEC8. Grayscale: #171717. Windows color (decimal): -13106889 or 3604792. OLE color: 3604792.

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

Color convert

RGB 56 1 55 -
CMYK 0 0.98 0.02 0.78
HSL 301.09º 0.96% 0.11% -
HSV(B) 301.09º 0.98% 0.22% -
XYZ 2.33 1.14 3.71 -
YUV 23.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 56 1 55 0 0.98 0.02 0.78 301.09 0.96 0.11
Hex 38 1 37 0 62 2 4E 12D 60 B
Octal 70 1 67 0 142 2 116 455 140 13
Binary 111000 1 110111 0 1100010 10 1001110 100101101 1100000 1011

Color Harmonies of #380137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380137

Black with #380137

Text Example


Text Example

White with #380137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380137; }

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

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

background-color css

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

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

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

border-color css

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

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

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