#38183A

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

Shades of Mardi Gras #38183A

Tints of Mardi Gras #38183A

Color information

#38183A (or 0x38183A) is unknown color: approx Mardi Gras. HEX triplet: 38, 18 and 3A. RGB value is (56,24,58). Sum of RGB (Red+Green+Blue) = 56+24+58=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #38183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38183A is #C7E7C5. Grayscale: #252525. Windows color (decimal): -13100998 or 3807288. OLE color: 3807288.

HSL color Cylindrical-coordinate representation of color #38183A: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38183A is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB562458-
CMYK0.030.5900.77
HSL296.47º41.46%16.08%-
HSV(B)296.47º58.62%22.75%-
XYZ2.721.84.21-
YUV37.44139.6141.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=40.58%
G=17.39%
B=42.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5624580.030.5900.77296.4741.4616.08
Hex38183A33B04D1282910
Octal70307237301154505120
Binary11100011000111010111110110100110110010100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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