Html Css Color HEX #381D3D Mardi Gras

📋 copy color: '#381D3D'

red 56 ◦ green 29 ◦ blue 61

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

Shades of Mardi Gras #381D3D

Tints of Mardi Gras #381D3D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

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

R = 38.36%
G = 19.86%
B = 41.78%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#381D3D (or 0x381D3D) is known color: Mardi Gras. HEX triplet: 38, 1D and 3D. RGB value is (56,29,61). Sum of RGB (Red+Green+Blue) = 56+29+61=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #381D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D3D is #C7E2C2. Grayscale: #282828. Windows color (decimal): -13099715 or 4005176. OLE color: 4005176.

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

Color convert

RGB 56 29 61 -
CMYK 0.08 0.52 0 0.76
HSL 290.63º 0.36% 0.18% -
HSV(B) 290.63º 0.52% 0.24% -
XYZ 2.91 2.06 4.66 -
YUV 40.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 56 29 61 0.08 0.52 0 0.76 290.63 0.36 0.18
Hex 38 1D 3D 8 34 0 4C 123 24 12
Octal 70 35 75 10 64 0 114 443 44 22
Binary 111000 11101 111101 1000 110100 0 1001100 100100011 100100 10010

Color Harmonies of #381D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D3D

Black with #381D3D

Text Example


Text Example

White with #381D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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