Html Css Color HEX #380832 Mardi Gras

📋 copy color: '#380832'

red 56 ◦ green 8 ◦ blue 50

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

Shades of Mardi Gras #380832

Tints of Mardi Gras #380832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

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

R = 49.12%
G = 7.02%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#380832 (or 0x380832) is known color: Mardi Gras. HEX triplet: 38, 08 and 32. RGB value is (56,8,50). Sum of RGB (Red+Green+Blue) = 56+8+50=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #380832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380832 is #C7F7CD. Grayscale: #1B1B1B. Windows color (decimal): -13105102 or 3278904. OLE color: 3278904.

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

Color convert

RGB 56 8 50 -
CMYK 0 0.86 0.11 0.78
HSL 307.5º 0.75% 0.13% -
HSV(B) 307.5º 0.86% 0.22% -
XYZ 2.29 1.24 3.14 -
YUV 27.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 56 8 50 0 0.86 0.11 0.78 307.5 0.75 0.13
Hex 38 8 32 0 56 B 4E 134 4B D
Octal 70 10 62 0 126 13 116 464 113 15
Binary 111000 1000 110010 0 1010110 1011 1001110 100110100 1001011 1101

Color Harmonies of #380832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380832

Black with #380832

Text Example


Text Example

White with #380832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380832; }

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

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

background-color css

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

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

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

border-color css

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

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

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