Html Css Color HEX #381239 Mardi Gras

📋 copy color: '#381239'

red 56 ◦ green 18 ◦ blue 57

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

Shades of Mardi Gras #381239

Tints of Mardi Gras #381239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 42.75%
G = 13.74%
B = 43.51%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381239 (or 0x381239) is known color: Mardi Gras. HEX triplet: 38, 12 and 39. RGB value is (56,18,57). Sum of RGB (Red+Green+Blue) = 56+18+57=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #381239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381239 is #C7EDC6. Grayscale: #212121. Windows color (decimal): -13102535 or 3740216. OLE color: 3740216.

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

Color convert

RGB 56 18 57 -
CMYK 0.02 0.68 0 0.78
HSL 298.46º 0.52% 0.15% -
HSV(B) 298.46º 0.68% 0.22% -
XYZ 2.59 1.57 4.04 -
YUV 33.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 56 18 57 0.02 0.68 0 0.78 298.46 0.52 0.15
Hex 38 12 39 2 44 0 4E 12A 34 F
Octal 70 22 71 2 104 0 116 452 64 17
Binary 111000 10010 111001 10 1000100 0 1001110 100101010 110100 1111

Color Harmonies of #381239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381239

Black with #381239

Text Example


Text Example

White with #381239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381239; }

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

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

background-color css

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

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

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

border-color css

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

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

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