#38133B

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

Shades of Mardi Gras #38133B

Tints of Mardi Gras #38133B

Color information

#38133B (or 0x38133B) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 3B. RGB value is (56,19,59). Sum of RGB (Red+Green+Blue) = 56+19+59=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #38133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133B is #C7ECC4. Grayscale: #222222. Windows color (decimal): -13102277 or 3871544. OLE color: 3871544.

HSL color Cylindrical-coordinate representation of color #38133B: hue angle of 295.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38133B is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB561959-
CMYK0.050.6800.77
HSL295.5º51.28%15.29%-
HSV(B)295.5º67.8%23.14%-
XYZ2.651.624.31-
YUV34.62141.76143.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=41.79%
G=14.18%
B=44.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5619590.050.6800.77295.551.2815.29
Hex38133B54404D12833f
Octal702373510401154506317
Binary111000100111110111011000100010011011001010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38133B; }

 p { color: rgb(56,19,59); }

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

<style>
 a { background-color: #38133B; }

 a { background-color: rgb(56,19,59); }

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

<style>
 span { border-color: #38133B; }

 span { border-color: rgb(56,19,59); }

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