#380633

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

Shades of Mardi Gras #380633

Tints of Mardi Gras #380633

Color information

#380633 (or 0x380633) is unknown color: approx Mardi Gras. HEX triplet: 38, 06 and 33. RGB value is (56,6,51). Sum of RGB (Red+Green+Blue) = 56+6+51=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380633 is #C7F9CC. Grayscale: #191919. Windows color (decimal): -13105613 or 3343928. OLE color: 3343928.

HSL color Cylindrical-coordinate representation of color #380633: hue angle of 306º 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 #380633 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB56651-
CMYK00.890.090.78
HSL306º80.65%12.16%-
HSV(B)306º89.29%21.96%-
XYZ2.291.213.24-
YUV26.08142.06149.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=49.56%
G=5.31%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5665100.890.090.7830680.6512.16
Hex3863305994E13251c
Octal7066301311111646212114
Binary111000110110011010110011001100111010011001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380633; }

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

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

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

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

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

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

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

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