Html Css Color HEX #381C3C Mardi Gras

📋 copy color: '#381C3C'

red 56 ◦ green 28 ◦ blue 60

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

Shades of Mardi Gras #381C3C

Tints of Mardi Gras #381C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.44%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 38.89%
G = 19.44%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#381C3C (or 0x381C3C) is known color: Mardi Gras. HEX triplet: 38, 1C and 3C. RGB value is (56,28,60). Sum of RGB (Red+Green+Blue) = 56+28+60=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #381C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C3C is #C7E3C3. Grayscale: #272727. Windows color (decimal): -13099972 or 3939384. OLE color: 3939384.

HSL color Cylindrical-coordinate representation of color #381C3C: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #381C3C is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 28 60 -
CMYK 0.07 0.53 0 0.76
HSL 292.5º 0.36% 0.17% -
HSV(B) 292.5º 0.53% 0.24% -
XYZ 2.86 2 4.51 -
YUV 40.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 56 28 60 0.07 0.53 0 0.76 292.5 0.36 0.17
Hex 38 1C 3C 7 35 0 4C 124 24 11
Octal 70 34 74 7 65 0 114 444 44 21
Binary 111000 11100 111100 111 110101 0 1001100 100100100 100100 10001

Color Harmonies of #381C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C3C

Black with #381C3C

Text Example


Text Example

White with #381C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C3C; }

 p { color: rgb(56,28,60); }

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

background-color css

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

 a { background-color: rgb(56,28,60); }

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

border-color css

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

 span { border-color: rgb(56,28,60); }

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