Html Css Color HEX #380739 Mardi Gras

📋 copy color: '#380739'

red 56 ◦ green 7 ◦ blue 57

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

Shades of Mardi Gras #380739

Tints of Mardi Gras #380739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 47.5%

R = 46.67%
G = 5.83%
B = 47.5%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#380739 (or 0x380739) is known color: Mardi Gras. HEX triplet: 38, 07 and 39. RGB value is (56,7,57). Sum of RGB (Red+Green+Blue) = 56+7+57=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #380739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380739 is #C7F8C6. Grayscale: #1B1B1B. Windows color (decimal): -13105351 or 3737400. OLE color: 3737400.

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

Color convert

RGB 56 7 57 -
CMYK 0.02 0.88 0 0.78
HSL 298.8º 0.78% 0.13% -
HSV(B) 298.8º 0.88% 0.22% -
XYZ 2.45 1.29 3.99 -
YUV 27.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 56 7 57 0.02 0.88 0 0.78 298.8 0.78 0.13
Hex 38 7 39 2 58 0 4E 12B 4E D
Octal 70 7 71 2 130 0 116 453 116 15
Binary 111000 111 111001 10 1011000 0 1001110 100101011 1001110 1101

Color Harmonies of #380739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380739

Black with #380739

Text Example


Text Example

White with #380739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380739; }

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

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

background-color css

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

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

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

border-color css

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

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

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