Html Css Color HEX #380434 Mardi Gras

📋 copy color: '#380434'

red 56 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #380434

Tints of Mardi Gras #380434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.57%

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

R = 50%
G = 3.57%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#380434 (or 0x380434) is known color: Mardi Gras. HEX triplet: 38, 04 and 34. RGB value is (56,4,52). Sum of RGB (Red+Green+Blue) = 56+4+52=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380434 is #C7FBCB. Grayscale: #181818. Windows color (decimal): -13106124 or 3408952. OLE color: 3408952.

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

Color convert

RGB 56 4 52 -
CMYK 0 0.93 0.07 0.78
HSL 304.62º 0.87% 0.12% -
HSV(B) 304.62º 0.93% 0.22% -
XYZ 2.29 1.18 3.35 -
YUV 25.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 56 4 52 0 0.93 0.07 0.78 304.62 0.87 0.12
Hex 38 4 34 0 5D 7 4E 131 57 C
Octal 70 4 64 0 135 7 116 461 127 14
Binary 111000 100 110100 0 1011101 111 1001110 100110001 1010111 1100

Color Harmonies of #380434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380434

Black with #380434

Text Example


Text Example

White with #380434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380434; }

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

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

background-color css

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

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

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

border-color css

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

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

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