#380B3A

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

Shades of Mardi Gras #380B3A

Tints of Mardi Gras #380B3A

Color information

#380B3A (or 0x380B3A) is unknown color: approx Mardi Gras. HEX triplet: 38, 0B and 3A. RGB value is (56,11,58). Sum of RGB (Red+Green+Blue) = 56+11+58=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #380B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B3A is #C7F4C5. Grayscale: #1D1D1D. Windows color (decimal): -13104326 or 3803960. OLE color: 3803960.

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

Color convert

RGB561158-
CMYK0.030.8100.77
HSL297.45º68.12%13.53%-
HSV(B)297.45º81.03%22.75%-
XYZ2.511.394.14-
YUV29.81143.91146.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=44.8%
G=8.8%
B=46.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5611580.030.8100.77297.4568.1213.53
Hex38B3A35104D12944e
Octal7013723121011545110416
Binary11100010111110101110100010100110110010100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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