#38013A

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

Shades of Mardi Gras #38013A

Tints of Mardi Gras #38013A

Color information

#38013A (or 0x38013A) is unknown color: approx Mardi Gras. HEX triplet: 38, 01 and 3A. RGB value is (56,1,58). Sum of RGB (Red+Green+Blue) = 56+1+58=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #38013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38013A is #C7FEC5. Grayscale: #171717. Windows color (decimal): -13106886 or 3801400. OLE color: 3801400.

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

Color convert

RGB56158-
CMYK0.030.9800.77
HSL297.89º96.61%11.57%-
HSV(B)297.89º98.28%22.75%-
XYZ2.411.174.1-
YUV23.94147.22150.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=48.70%
G=0.87%
B=50.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal561580.030.9800.77297.8996.6111.57
Hex3813A36204D12a61c
Octal701723142011545214114
Binary11100011110101111000100100110110010101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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