#38183C

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

Shades of Mardi Gras #38183C

Tints of Mardi Gras #38183C

Color information

#38183C (or 0x38183C) is unknown color: approx Mardi Gras. HEX triplet: 38, 18 and 3C. RGB value is (56,24,60). Sum of RGB (Red+Green+Blue) = 56+24+60=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #38183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38183C is #C7E7C3. Grayscale: #252525. Windows color (decimal): -13100996 or 3938360. OLE color: 3938360.

HSL color Cylindrical-coordinate representation of color #38183C: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38183C is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB562460-
CMYK0.070.6000.76
HSL293.33º42.86%16.47%-
HSV(B)293.33º60%23.53%-
XYZ2.771.824.48-
YUV37.67140.6141.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=40%
G=17.14%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5624600.070.6000.76293.3342.8616.47
Hex38183C73C04C1252b10
Octal70307477401144455320
Binary111000110001111001111111000100110010010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38183C; }

 p { color: rgb(56,24,60); }

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

<style>
 a { background-color: #38183C; }

 a { background-color: rgb(56,24,60); }

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

<style>
 span { border-color: #38183C; }

 span { border-color: rgb(56,24,60); }

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