Html Css Color HEX #381237 Mardi Gras

📋 copy color: '#381237'

red 56 ◦ green 18 ◦ blue 55

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

Shades of Mardi Gras #381237

Tints of Mardi Gras #381237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 43.41%
G = 13.95%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#381237 (or 0x381237) is known color: Mardi Gras. HEX triplet: 38, 12 and 37. RGB value is (56,18,55). Sum of RGB (Red+Green+Blue) = 56+18+55=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381237 is #C7EDC8. Grayscale: #212121. Windows color (decimal): -13102537 or 3609144. OLE color: 3609144.

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

Color convert

RGB 56 18 55 -
CMYK 0 0.68 0.02 0.78
HSL 301.58º 0.51% 0.15% -
HSV(B) 301.58º 0.68% 0.22% -
XYZ 2.54 1.55 3.78 -
YUV 33.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 56 18 55 0 0.68 0.02 0.78 301.58 0.51 0.15
Hex 38 12 37 0 44 2 4E 12E 33 F
Octal 70 22 67 0 104 2 116 456 63 17
Binary 111000 10010 110111 0 1000100 10 1001110 100101110 110011 1111

Color Harmonies of #381237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381237

Black with #381237

Text Example


Text Example

White with #381237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381237; }

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

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

background-color css

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

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

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

border-color css

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

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

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