Html Css Color HEX #381934 Mardi Gras

📋 copy color: '#381934'

red 56 ◦ green 25 ◦ blue 52

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

Shades of Mardi Gras #381934

Tints of Mardi Gras #381934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 42.11%
G = 18.8%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#381934 (or 0x381934) is known color: Mardi Gras. HEX triplet: 38, 19 and 34. RGB value is (56,25,52). Sum of RGB (Red+Green+Blue) = 56+25+52=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381934 is #C7E6CB. Grayscale: #252525. Windows color (decimal): -13100748 or 3414328. OLE color: 3414328.

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

Color convert

RGB 56 25 52 -
CMYK 0 0.55 0.07 0.78
HSL 307.74º 0.38% 0.16% -
HSV(B) 307.74º 0.55% 0.22% -
XYZ 2.6 1.78 3.46 -
YUV 37.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 56 25 52 0 0.55 0.07 0.78 307.74 0.38 0.16
Hex 38 19 34 0 37 7 4E 134 26 10
Octal 70 31 64 0 67 7 116 464 46 20
Binary 111000 11001 110100 0 110111 111 1001110 100110100 100110 10000

Color Harmonies of #381934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381934

Black with #381934

Text Example


Text Example

White with #381934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381934; }

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

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

background-color css

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

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

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

border-color css

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

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

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