Html Css Color HEX #380934 Mardi Gras

📋 copy color: '#380934'

red 56 ◦ green 9 ◦ blue 52

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

Shades of Mardi Gras #380934

Tints of Mardi Gras #380934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 47.86%
G = 7.69%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#380934 (or 0x380934) is known color: Mardi Gras. HEX triplet: 38, 09 and 34. RGB value is (56,9,52). Sum of RGB (Red+Green+Blue) = 56+9+52=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380934 is #C7F6CB. Grayscale: #1B1B1B. Windows color (decimal): -13104844 or 3410232. OLE color: 3410232.

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

Color convert

RGB 56 9 52 -
CMYK 0 0.84 0.07 0.78
HSL 305.11º 0.72% 0.13% -
HSV(B) 305.11º 0.84% 0.22% -
XYZ 2.35 1.28 3.37 -
YUV 27.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 56 9 52 0 0.84 0.07 0.78 305.11 0.72 0.13
Hex 38 9 34 0 54 7 4E 131 48 D
Octal 70 11 64 0 124 7 116 461 110 15
Binary 111000 1001 110100 0 1010100 111 1001110 100110001 1001000 1101

Color Harmonies of #380934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380934

Black with #380934

Text Example


Text Example

White with #380934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380934; }

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

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

background-color css

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

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

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

border-color css

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

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

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