Html Css Color HEX #381539 Mardi Gras

📋 copy color: '#381539'

red 56 ◦ green 21 ◦ blue 57

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

Shades of Mardi Gras #381539

Tints of Mardi Gras #381539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

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

R = 41.79%
G = 15.67%
B = 42.54%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381539 (or 0x381539) is known color: Mardi Gras. HEX triplet: 38, 15 and 39. RGB value is (56,21,57). Sum of RGB (Red+Green+Blue) = 56+21+57=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #381539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381539 is #C7EAC6. Grayscale: #232323. Windows color (decimal): -13101767 or 3740984. OLE color: 3740984.

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

Color convert

RGB 56 21 57 -
CMYK 0.02 0.63 0 0.78
HSL 298.33º 0.46% 0.15% -
HSV(B) 298.33º 0.63% 0.22% -
XYZ 2.64 1.67 4.05 -
YUV 35.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 56 21 57 0.02 0.63 0 0.78 298.33 0.46 0.15
Hex 38 15 39 2 3F 0 4E 12A 2E F
Octal 70 25 71 2 77 0 116 452 56 17
Binary 111000 10101 111001 10 111111 0 1001110 100101010 101110 1111

Color Harmonies of #381539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381539

Black with #381539

Text Example


Text Example

White with #381539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381539; }

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

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

background-color css

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

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

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

border-color css

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

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

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