#380934

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

Shades of Mardi Gras #380934

Tints of Mardi Gras #380934

Color information

#380934 (or 0x380934) is unknown color: approx Mardi Gras. HEX triplet: 38, 09 and 34. RGB value is (56,9,52). Sum of RGB (Red+Green+Blue) = 56+9+52=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380934 is #C7F6CB. Grayscale: #1B1B1B. Windows color (decimal): -13104844 or 3410232. OLE color: 3410232.

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

Color convert

RGB56952-
CMYK00.840.070.78
HSL305.11º72.31%12.75%-
HSV(B)305.11º83.93%21.96%-
XYZ2.351.283.37-
YUV27.96141.57148-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=47.86%
G=7.69%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5695200.840.070.78305.1172.3112.75
Hex3893405474E13148d
Octal7011640124711646111015
Binary111000100111010001010100111100111010011000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380934; }

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

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

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

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

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

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

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

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