#380D3A

Color #380D3A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #380D3A

Tints of Mardi Gras #380D3A

Color information

#380D3A (or 0x380D3A) is unknown color: approx Mardi Gras. HEX triplet: 38, 0D and 3A. RGB value is (56,13,58). Sum of RGB (Red+Green+Blue) = 56+13+58=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #380D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D3A is #C7F2C5. Grayscale: #1E1E1E. Windows color (decimal): -13103814 or 3804472. OLE color: 3804472.

HSL color Cylindrical-coordinate representation of color #380D3A: hue angle of 297.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #380D3A is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB561358-
CMYK0.030.7800.77
HSL297.33º63.38%13.92%-
HSV(B)297.33º77.59%22.75%-
XYZ2.541.434.15-
YUV30.99143.25145.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=44.09%
G=10.24%
B=45.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5613580.030.7800.77297.3363.3813.92
Hex38D3A34E04D1293fe
Octal701572311601154517716
Binary1110001101111010111001110010011011001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D3A; }

 p { color: rgb(56,13,58); }

 H1.HeaderClassName
 {
   color: #380D3A;
 }
 .AnyTagClassName
 {
   color: #380D3A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,13,58); }

 div.DivClassName
 {
   background-color: #380D3A;
 }
 .BgClassName
 {
   background-color: #380D3A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,13,58); }

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