#380030

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

Shades of Mardi Gras #380030

Tints of Mardi Gras #380030

Color information

#380030 (or 0x380030) is unknown color: approx Mardi Gras. HEX triplet: 38, 00 and 30. RGB value is (56,0,48). Sum of RGB (Red+Green+Blue) = 56+0+48=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380030 is #C7FFCF. Grayscale: #161616. Windows color (decimal): -13107152 or 3145784. OLE color: 3145784.

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

Color convert

RGB56048-
CMYK010.140.78
HSL308.57º100%10.98%-
HSV(B)308.57º100%21.96%-
XYZ2.161.052.89-
YUV22.22142.55152.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56048010.140.78308.5710010.98
Hex38030064E4E13564b
Octal7006001441611646514413
Binary1110000110000011001001110100111010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380030; }

 p { color: rgb(56,0,48); }

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

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

 a { background-color: rgb(56,0,48); }

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

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

 span { border-color: rgb(56,0,48); }

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