#380234

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

Shades of Mardi Gras #380234

Tints of Mardi Gras #380234

Color information

#380234 (or 0x380234) is unknown color: approx Mardi Gras. HEX triplet: 38, 02 and 34. RGB value is (56,2,52). Sum of RGB (Red+Green+Blue) = 56+2+52=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380234 is #C7FDCB. Grayscale: #171717. Windows color (decimal): -13106636 or 3408440. OLE color: 3408440.

HSL color Cylindrical-coordinate representation of color #380234: hue angle of 304.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380234 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB56252-
CMYK00.960.070.78
HSL304.44º93.1%11.37%-
HSV(B)304.44º96.43%21.96%-
XYZ2.271.133.35-
YUV23.85143.89150.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=50.91%
G=1.82%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5625200.960.070.78304.4493.111.37
Hex3823406074E1305db
Octal702640140711646013513
Binary1110001011010001100000111100111010011000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380234; }

 p { color: rgb(56,2,52); }

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

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

 a { background-color: rgb(56,2,52); }

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

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

 span { border-color: rgb(56,2,52); }

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