#380639

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

Shades of Mardi Gras #380639

Tints of Mardi Gras #380639

Color information

#380639 (or 0x380639) is unknown color: approx Mardi Gras. HEX triplet: 38, 06 and 39. RGB value is (56,6,57). Sum of RGB (Red+Green+Blue) = 56+6+57=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #380639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380639 is #C7F9C6. Grayscale: #1A1A1A. Windows color (decimal): -13105607 or 3737144. OLE color: 3737144.

HSL color Cylindrical-coordinate representation of color #380639: hue angle of 298.82º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380639 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB56657-
CMYK0.020.8900.78
HSL298.82º80.95%12.35%-
HSV(B)298.82º89.47%22.35%-
XYZ2.431.273.99-
YUV26.76145.06148.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=47.06%
G=5.04%
B=47.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal566570.020.8900.78298.8280.9512.35
Hex3863925904E12b51c
Octal706712131011645312114
Binary1110001101110011010110010100111010010101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380639; }

 p { color: rgb(56,6,57); }

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

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

 a { background-color: rgb(56,6,57); }

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

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

 span { border-color: rgb(56,6,57); }

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