#380F34

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

Shades of Mardi Gras #380F34

Tints of Mardi Gras #380F34

Color information

#380F34 (or 0x380F34) is unknown color: approx Mardi Gras. HEX triplet: 38, 0F and 34. RGB value is (56,15,52). Sum of RGB (Red+Green+Blue) = 56+15+52=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #380F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F34 is #C7F0CB. Grayscale: #1F1F1F. Windows color (decimal): -13103308 or 3411768. OLE color: 3411768.

HSL color Cylindrical-coordinate representation of color #380F34: hue angle of 305.85º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F34 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB561552-
CMYK00.730.070.78
HSL305.85º57.75%13.92%-
HSV(B)305.85º73.21%21.96%-
XYZ2.421.433.4-
YUV31.48139.58145.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=45.53%
G=12.20%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56155200.730.070.78305.8557.7513.92
Hex38F3404974E1323ae
Octal701764011171164627216
Binary11100011111101000100100111110011101001100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,52); }

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

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

 a { background-color: rgb(56,15,52); }

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

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

 span { border-color: rgb(56,15,52); }

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