Html Css Color HEX #381538 Mardi Gras

📋 copy color: '#381538'

red 56 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #381538

Tints of Mardi Gras #381538

RGB

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

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

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

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381538 (or 0x381538) is known color: Mardi Gras. HEX triplet: 38, 15 and 38. RGB value is (56,21,56). Sum of RGB (Red+Green+Blue) = 56+21+56=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381538 is #C7EAC7. Grayscale: #232323. Windows color (decimal): -13101768 or 3675448. OLE color: 3675448.

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

Color convert

RGB 56 21 56 -
CMYK 0 0.63 0 0.78
HSL 300º 0.45% 0.15% -
HSV(B) 300º 0.63% 0.22% -
XYZ 2.61 1.66 3.92 -
YUV 35.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 56 21 56 0 0.63 0 0.78 300 0.45 0.15
Hex 38 15 38 0 3F 0 4E 12C 2D F
Octal 70 25 70 0 77 0 116 454 55 17
Binary 111000 10101 111000 0 111111 0 1001110 100101100 101101 1111

Color Harmonies of #381538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381538

Black with #381538

Text Example


Text Example

White with #381538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381538; }

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

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

background-color css

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

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

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

border-color css

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

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

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