#380333

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

Shades of Mardi Gras #380333

Tints of Mardi Gras #380333

Color information

#380333 (or 0x380333) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 33. RGB value is (56,3,51). Sum of RGB (Red+Green+Blue) = 56+3+51=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380333 is #C7FCCC. Grayscale: #181818. Windows color (decimal): -13106381 or 3343160. OLE color: 3343160.

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

Color convert

RGB56351-
CMYK00.950.090.78
HSL305.66º89.83%11.57%-
HSV(B)305.66º94.64%21.96%-
XYZ2.261.143.23-
YUV24.32143.06150.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=50.91%
G=2.73%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635100.950.090.78305.6689.8311.57
Hex3833305F94E1325ac
Octal7036301371111646213214
Binary11100011110011010111111001100111010011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380333; }

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

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

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

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

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

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

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

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