Html Css Color HEX #38053A Mardi Gras

📋 copy color: '#38053A'

red 56 ◦ green 5 ◦ blue 58

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

Shades of Mardi Gras #38053A

Tints of Mardi Gras #38053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 47.06%
G = 4.2%
B = 48.74%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38053A (or 0x38053A) is known color: Mardi Gras. HEX triplet: 38, 05 and 3A. RGB value is (56,5,58). Sum of RGB (Red+Green+Blue) = 56+5+58=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #38053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38053A is #C7FAC5. Grayscale: #1A1A1A. Windows color (decimal): -13105862 or 3802424. OLE color: 3802424.

HSL color Cylindrical-coordinate representation of color #38053A: hue angle of 297.74º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38053A is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 5 58 -
CMYK 0.03 0.91 0 0.77
HSL 297.74º 0.84% 0.12% -
HSV(B) 297.74º 0.91% 0.23% -
XYZ 2.45 1.25 4.12 -
YUV 26.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 56 5 58 0.03 0.91 0 0.77 297.74 0.84 0.12
Hex 38 5 3A 3 5B 0 4D 12A 54 C
Octal 70 5 72 3 133 0 115 452 124 14
Binary 111000 101 111010 11 1011011 0 1001101 100101010 1010100 1100

Color Harmonies of #38053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38053A

Black with #38053A

Text Example


Text Example

White with #38053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38053A; }

 p { color: rgb(56,5,58); }

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

background-color css

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

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

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

border-color css

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

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

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