Html Css Color HEX #381038 Mardi Gras

📋 copy color: '#381038'

red 56 ◦ green 16 ◦ blue 56

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

Shades of Mardi Gras #381038

Tints of Mardi Gras #381038

RGB

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

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

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

R = 43.75%
G = 12.5%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381038 (or 0x381038) is known color: Mardi Gras. HEX triplet: 38, 10 and 38. RGB value is (56,16,56). Sum of RGB (Red+Green+Blue) = 56+16+56=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381038 is #C7EFC7. Grayscale: #202020. Windows color (decimal): -13103048 or 3674168. OLE color: 3674168.

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

Color convert

RGB 56 16 56 -
CMYK 0 0.71 0 0.78
HSL 300º 0.56% 0.14% -
HSV(B) 300º 0.71% 0.22% -
XYZ 2.53 1.5 3.9 -
YUV 32.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 56 16 56 0 0.71 0 0.78 300 0.56 0.14
Hex 38 10 38 0 47 0 4E 12C 38 E
Octal 70 20 70 0 107 0 116 454 70 16
Binary 111000 10000 111000 0 1000111 0 1001110 100101100 111000 1110

Color Harmonies of #381038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381038

Black with #381038

Text Example


Text Example

White with #381038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381038; }

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

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

background-color css

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

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

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

border-color css

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

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

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