#380134

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

Shades of Mardi Gras #380134

Tints of Mardi Gras #380134

Color information

#380134 (or 0x380134) is unknown color: approx Mardi Gras. HEX triplet: 38, 01 and 34. RGB value is (56,1,52). Sum of RGB (Red+Green+Blue) = 56+1+52=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380134 is #C7FECB. Grayscale: #171717. Windows color (decimal): -13106892 or 3408184. OLE color: 3408184.

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

Color convert

RGB56152-
CMYK00.980.070.78
HSL304.36º96.49%11.18%-
HSV(B)304.36º98.21%21.96%-
XYZ2.261.113.34-
YUV23.26144.22151.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=51.38%
G=0.92%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615200.980.070.78304.3696.4911.18
Hex3813406274E13060b
Octal701640142711646014013
Binary111000111010001100010111100111010011000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380134; }

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

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

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

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

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

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

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

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