Html Css Color HEX #381C3D Mardi Gras

📋 copy color: '#381C3D'

red 56 ◦ green 28 ◦ blue 61

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

Shades of Mardi Gras #381C3D

Tints of Mardi Gras #381C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.07%

R = 38.62%
G = 19.31%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#381C3D (or 0x381C3D) is known color: Mardi Gras. HEX triplet: 38, 1C and 3D. RGB value is (56,28,61). Sum of RGB (Red+Green+Blue) = 56+28+61=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #381C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C3D is #C7E3C2. Grayscale: #282828. Windows color (decimal): -13099971 or 4004920. OLE color: 4004920.

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

Color convert

RGB 56 28 61 -
CMYK 0.08 0.54 0 0.76
HSL 290.91º 0.37% 0.17% -
HSV(B) 290.91º 0.54% 0.24% -
XYZ 2.89 2.01 4.65 -
YUV 40.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 56 28 61 0.08 0.54 0 0.76 290.91 0.37 0.17
Hex 38 1C 3D 8 36 0 4C 123 25 11
Octal 70 34 75 10 66 0 114 443 45 21
Binary 111000 11100 111101 1000 110110 0 1001100 100100011 100101 10001

Color Harmonies of #381C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C3D

Black with #381C3D

Text Example


Text Example

White with #381C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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