#380F35

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

Shades of Mardi Gras #380F35

Tints of Mardi Gras #380F35

Color information

#380F35 (or 0x380F35) is unknown color: approx Mardi Gras. HEX triplet: 38, 0F and 35. RGB value is (56,15,53). Sum of RGB (Red+Green+Blue) = 56+15+53=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #380F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F35 is #C7F0CA. Grayscale: #1F1F1F. Windows color (decimal): -13103307 or 3477304. OLE color: 3477304.

HSL color Cylindrical-coordinate representation of color #380F35: hue angle of 304.39º 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 #380F35 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB561553-
CMYK00.730.050.78
HSL304.39º57.75%13.92%-
HSV(B)304.39º73.21%21.96%-
XYZ2.441.443.52-
YUV31.59140.08145.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=45.16%
G=12.10%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56155300.730.050.78304.3957.7513.92
Hex38F3504954E1303ae
Octal701765011151164607216
Binary11100011111101010100100110110011101001100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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