#38163B

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

Shades of Mardi Gras #38163B

Tints of Mardi Gras #38163B

Color information

#38163B (or 0x38163B) is unknown color: approx Mardi Gras. HEX triplet: 38, 16 and 3B. RGB value is (56,22,59). Sum of RGB (Red+Green+Blue) = 56+22+59=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #38163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163B is #C7E9C4. Grayscale: #242424. Windows color (decimal): -13101509 or 3872312. OLE color: 3872312.

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

Color convert

RGB562259-
CMYK0.050.6300.77
HSL295.14º45.68%15.88%-
HSV(B)295.14º62.71%23.14%-
XYZ2.711.734.33-
YUV36.38140.76141.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=40.88%
G=16.06%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5622590.050.6300.77295.1445.6815.88
Hex38163B53F04D1272e10
Octal70267357701154475620
Binary111000101101110111011111110100110110010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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