#381834

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

Shades of Mardi Gras #381834

Tints of Mardi Gras #381834

Color information

#381834 (or 0x381834) is unknown color: approx Mardi Gras. HEX triplet: 38, 18 and 34. RGB value is (56,24,52). Sum of RGB (Red+Green+Blue) = 56+24+52=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381834 is #C7E7CB. Grayscale: #242424. Windows color (decimal): -13101004 or 3414072. OLE color: 3414072.

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

Color convert

RGB562452-
CMYK00.570.070.78
HSL307.5º40%15.69%-
HSV(B)307.5º57.14%21.96%-
XYZ2.581.743.45-
YUV36.76136.6141.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=42.42%
G=18.18%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56245200.570.070.78307.54015.69
Hex38183403974E1342810
Octal70306407171164645020
Binary111000110001101000111001111100111010011010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381834; }

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

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

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

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

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

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

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

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