Html Css Color HEX #381533 Mardi Gras

📋 copy color: '#381533'

red 56 ◦ green 21 ◦ blue 51

#381533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #381533

Tints of Mardi Gras #381533

RGB

 RED value IS 56 (22.27% from 255) = 43.75%

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 51 (20.31% from 255) = 39.84%

R = 43.75%
G = 16.41%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#381533 (or 0x381533) is known color: Mardi Gras. HEX triplet: 38, 15 and 33. RGB value is (56,21,51). Sum of RGB (Red+Green+Blue) = 56+21+51=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381533 is #C7EACC. Grayscale: #222222. Windows color (decimal): -13101773 or 3347768. OLE color: 3347768.

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

Color convert

RGB 56 21 51 -
CMYK 0 0.63 0.09 0.78
HSL 308.57º 0.45% 0.15% -
HSV(B) 308.57º 0.63% 0.22% -
XYZ 2.5 1.62 3.31 -
YUV 34.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 56 21 51 0 0.63 0.09 0.78 308.57 0.45 0.15
Hex 38 15 33 0 3F 9 4E 135 2D F
Octal 70 25 63 0 77 11 116 465 55 17
Binary 111000 10101 110011 0 111111 1001 1001110 100110101 101101 1111

Color Harmonies of #381533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381533

Black with #381533

Text Example


Text Example

White with #381533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381533; }

 p { color: rgb(56,21,51); }

 H1.HeaderClassName
 {
   color: #381533;
 }
 .AnyTagClassName
 {
   color: #381533;
 }
</style>

background-color css

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

 a { background-color: rgb(56,21,51); }

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

border-color css

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

 span { border-color: rgb(56,21,51); }

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