#38083C

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

Shades of Mardi Gras #38083C

Tints of Mardi Gras #38083C

Color information

#38083C (or 0x38083C) is unknown color: approx Mardi Gras. HEX triplet: 38, 08 and 3C. RGB value is (56,8,60). Sum of RGB (Red+Green+Blue) = 56+8+60=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #38083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38083C is #C7F7C3. Grayscale: #1C1C1C. Windows color (decimal): -13105092 or 3934264. OLE color: 3934264.

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

Color convert

RGB56860-
CMYK0.070.8700.76
HSL295.38º76.47%13.33%-
HSV(B)295.38º86.67%23.53%-
XYZ2.531.344.4-
YUV28.28145.9147.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 60 (23.83% from 255) = 48.39%
R=45.16%
G=6.45%
B=48.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal568600.070.8700.76295.3876.4713.33
Hex3883C75704C1274cd
Octal7010747127011444711415
Binary111000100011110011110101110100110010010011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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