Html Css Color HEX #380037 Mardi Gras

📋 copy color: '#380037'

red 56 ◦ green 0 ◦ blue 55

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

Shades of Mardi Gras #380037

Tints of Mardi Gras #380037

RGB

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

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

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

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#380037 (or 0x380037) is known color: Mardi Gras. HEX triplet: 38, 00 and 37. RGB value is (56,0,55). Sum of RGB (Red+Green+Blue) = 56+0+55=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380037 is #C7FFC8. Grayscale: #161616. Windows color (decimal): -13107145 or 3604536. OLE color: 3604536.

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

Color convert

RGB 56 0 55 -
CMYK 0 1 0.02 0.78
HSL 301.07º 1% 0.11% -
HSV(B) 301.07º 1% 0.22% -
XYZ 2.32 1.12 3.71 -
YUV 23.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 56 0 55 0 1 0.02 0.78 301.07 1 0.11
Hex 38 0 37 0 64 2 4E 12D 64 B
Octal 70 0 67 0 144 2 116 455 144 13
Binary 111000 0 110111 0 1100100 10 1001110 100101101 1100100 1011

Color Harmonies of #380037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380037

Black with #380037

Text Example


Text Example

White with #380037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380037; }

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

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

background-color css

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

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

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

border-color css

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

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

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