Html Css Color HEX #381039 Mardi Gras

📋 copy color: '#381039'

red 56 ◦ green 16 ◦ blue 57

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

Shades of Mardi Gras #381039

Tints of Mardi Gras #381039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 43.41%
G = 12.4%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381039 (or 0x381039) is known color: Mardi Gras. HEX triplet: 38, 10 and 39. RGB value is (56,16,57). Sum of RGB (Red+Green+Blue) = 56+16+57=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #381039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381039 is #C7EFC6. Grayscale: #202020. Windows color (decimal): -13103047 or 3739704. OLE color: 3739704.

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

Color convert

RGB 56 16 57 -
CMYK 0.02 0.72 0 0.78
HSL 298.54º 0.56% 0.14% -
HSV(B) 298.54º 0.72% 0.22% -
XYZ 2.55 1.51 4.03 -
YUV 32.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 56 16 57 0.02 0.72 0 0.78 298.54 0.56 0.14
Hex 38 10 39 2 48 0 4E 12B 38 E
Octal 70 20 71 2 110 0 116 453 70 16
Binary 111000 10000 111001 10 1001000 0 1001110 100101011 111000 1110

Color Harmonies of #381039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381039

Black with #381039

Text Example


Text Example

White with #381039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381039; }

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

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

background-color css

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

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

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

border-color css

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

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

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