Html Css Color HEX #381339 Mardi Gras

📋 copy color: '#381339'

red 56 ◦ green 19 ◦ blue 57

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

Shades of Mardi Gras #381339

Tints of Mardi Gras #381339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 42.42%
G = 14.39%
B = 43.18%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381339 (or 0x381339) is known color: Mardi Gras. HEX triplet: 38, 13 and 39. RGB value is (56,19,57). Sum of RGB (Red+Green+Blue) = 56+19+57=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #381339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381339 is #C7ECC6. Grayscale: #222222. Windows color (decimal): -13102279 or 3740472. OLE color: 3740472.

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

Color convert

RGB 56 19 57 -
CMYK 0.02 0.67 0 0.78
HSL 298.42º 0.5% 0.15% -
HSV(B) 298.42º 0.67% 0.22% -
XYZ 2.6 1.6 4.04 -
YUV 34.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 56 19 57 0.02 0.67 0 0.78 298.42 0.5 0.15
Hex 38 13 39 2 43 0 4E 12A 32 F
Octal 70 23 71 2 103 0 116 452 62 17
Binary 111000 10011 111001 10 1000011 0 1001110 100101010 110010 1111

Color Harmonies of #381339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381339

Black with #381339

Text Example


Text Example

White with #381339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381339; }

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

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

background-color css

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

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

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

border-color css

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

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

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