Html Css Color HEX #380831 Mardi Gras

📋 copy color: '#380831'

red 56 ◦ green 8 ◦ blue 49

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

Shades of Mardi Gras #380831

Tints of Mardi Gras #380831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 49.56%
G = 7.08%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#380831 (or 0x380831) is known color: Mardi Gras. HEX triplet: 38, 08 and 31. RGB value is (56,8,49). Sum of RGB (Red+Green+Blue) = 56+8+49=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380831 is #C7F7CE. Grayscale: #1A1A1A. Windows color (decimal): -13105103 or 3213368. OLE color: 3213368.

HSL color Cylindrical-coordinate representation of color #380831: hue angle of 308.75º 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 #380831 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 8 49 -
CMYK 0 0.86 0.12 0.78
HSL 308.75º 0.75% 0.13% -
HSV(B) 308.75º 0.86% 0.22% -
XYZ 2.27 1.24 3.02 -
YUV 27.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 56 8 49 0 0.86 0.12 0.78 308.75 0.75 0.13
Hex 38 8 31 0 56 C 4E 135 4B D
Octal 70 10 61 0 126 14 116 465 113 15
Binary 111000 1000 110001 0 1010110 1100 1001110 100110101 1001011 1101

Color Harmonies of #380831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380831

Black with #380831

Text Example


Text Example

White with #380831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380831; }

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

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

background-color css

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

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

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

border-color css

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

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

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