Html Css Color HEX #380734 Mardi Gras

📋 copy color: '#380734'

red 56 ◦ green 7 ◦ blue 52

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

Shades of Mardi Gras #380734

Tints of Mardi Gras #380734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 52 (20.7% from 255) = 45.22%

R = 48.7%
G = 6.09%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#380734 (or 0x380734) is known color: Mardi Gras. HEX triplet: 38, 07 and 34. RGB value is (56,7,52). Sum of RGB (Red+Green+Blue) = 56+7+52=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380734 is #C7F8CB. Grayscale: #1A1A1A. Windows color (decimal): -13105356 or 3409720. OLE color: 3409720.

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

Color convert

RGB 56 7 52 -
CMYK 0 0.88 0.07 0.78
HSL 304.9º 0.78% 0.12% -
HSV(B) 304.9º 0.88% 0.22% -
XYZ 2.33 1.24 3.37 -
YUV 26.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 56 7 52 0 0.88 0.07 0.78 304.9 0.78 0.12
Hex 38 7 34 0 58 7 4E 131 4E C
Octal 70 7 64 0 130 7 116 461 116 14
Binary 111000 111 110100 0 1011000 111 1001110 100110001 1001110 1100

Color Harmonies of #380734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380734

Black with #380734

Text Example


Text Example

White with #380734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380734; }

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

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

background-color css

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

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

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

border-color css

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

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

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