Html Css Color HEX #380332 Mardi Gras

📋 copy color: '#380332'

red 56 ◦ green 3 ◦ blue 50

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

Shades of Mardi Gras #380332

Tints of Mardi Gras #380332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 50 (19.92% from 255) = 45.87%

R = 51.38%
G = 2.75%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#380332 (or 0x380332) is known color: Mardi Gras. HEX triplet: 38, 03 and 32. RGB value is (56,3,50). Sum of RGB (Red+Green+Blue) = 56+3+50=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380332 is #C7FCCD. Grayscale: #181818. Windows color (decimal): -13106382 or 3277624. OLE color: 3277624.

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

Color convert

RGB 56 3 50 -
CMYK 0 0.95 0.11 0.78
HSL 306.79º 0.9% 0.12% -
HSV(B) 306.79º 0.95% 0.22% -
XYZ 2.24 1.14 3.12 -
YUV 24.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 56 3 50 0 0.95 0.11 0.78 306.79 0.9 0.12
Hex 38 3 32 0 5F B 4E 133 5A C
Octal 70 3 62 0 137 13 116 463 132 14
Binary 111000 11 110010 0 1011111 1011 1001110 100110011 1011010 1100

Color Harmonies of #380332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380332

Black with #380332

Text Example


Text Example

White with #380332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380332; }

 p { color: rgb(56,3,50); }

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

background-color css

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

 a { background-color: rgb(56,3,50); }

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

border-color css

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

 span { border-color: rgb(56,3,50); }

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