Html Css Color HEX #381439 Mardi Gras

📋 copy color: '#381439'

red 56 ◦ green 20 ◦ blue 57

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

Shades of Mardi Gras #381439

Tints of Mardi Gras #381439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 42.11%
G = 15.04%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381439 (or 0x381439) is known color: Mardi Gras. HEX triplet: 38, 14 and 39. RGB value is (56,20,57). Sum of RGB (Red+Green+Blue) = 56+20+57=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #381439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381439 is #C7EBC6. Grayscale: #222222. Windows color (decimal): -13102023 or 3740728. OLE color: 3740728.

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

Color convert

RGB 56 20 57 -
CMYK 0.02 0.65 0 0.78
HSL 298.38º 0.48% 0.15% -
HSV(B) 298.38º 0.65% 0.22% -
XYZ 2.62 1.64 4.05 -
YUV 34.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 56 20 57 0.02 0.65 0 0.78 298.38 0.48 0.15
Hex 38 14 39 2 41 0 4E 12A 30 F
Octal 70 24 71 2 101 0 116 452 60 17
Binary 111000 10100 111001 10 1000001 0 1001110 100101010 110000 1111

Color Harmonies of #381439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381439

Black with #381439

Text Example


Text Example

White with #381439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381439; }

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

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

background-color css

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

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

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

border-color css

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

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

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