Html Css Color HEX #381337 Mardi Gras

📋 copy color: '#381337'

red 56 ◦ green 19 ◦ blue 55

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

Shades of Mardi Gras #381337

Tints of Mardi Gras #381337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 43.08%
G = 14.62%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#381337 (or 0x381337) is known color: Mardi Gras. HEX triplet: 38, 13 and 37. RGB value is (56,19,55). Sum of RGB (Red+Green+Blue) = 56+19+55=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381337 is #C7ECC8. Grayscale: #222222. Windows color (decimal): -13102281 or 3609400. OLE color: 3609400.

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

Color convert

RGB 56 19 55 -
CMYK 0 0.66 0.02 0.78
HSL 301.62º 0.49% 0.15% -
HSV(B) 301.62º 0.66% 0.22% -
XYZ 2.55 1.58 3.79 -
YUV 34.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 56 19 55 0 0.66 0.02 0.78 301.62 0.49 0.15
Hex 38 13 37 0 42 2 4E 12E 31 F
Octal 70 23 67 0 102 2 116 456 61 17
Binary 111000 10011 110111 0 1000010 10 1001110 100101110 110001 1111

Color Harmonies of #381337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381337

Black with #381337

Text Example


Text Example

White with #381337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381337; }

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

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

background-color css

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

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

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

border-color css

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

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

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