Html Css Color HEX #38203C Mardi Gras

📋 copy color: '#38203C'

red 56 ◦ green 32 ◦ blue 60

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

Shades of Mardi Gras #38203C

Tints of Mardi Gras #38203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 37.84%
G = 21.62%
B = 40.54%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38203C (or 0x38203C) is known color: Mardi Gras. HEX triplet: 38, 20 and 3C. RGB value is (56,32,60). Sum of RGB (Red+Green+Blue) = 56+32+60=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #38203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38203C is #C7DFC3. Grayscale: #2A2A2A. Windows color (decimal): -13098948 or 3940408. OLE color: 3940408.

HSL color Cylindrical-coordinate representation of color #38203C: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38203C is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 32 60 -
CMYK 0.07 0.47 0 0.76
HSL 291.43º 0.3% 0.18% -
HSV(B) 291.43º 0.47% 0.24% -
XYZ 2.96 2.2 4.54 -
YUV 42.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 56 32 60 0.07 0.47 0 0.76 291.43 0.3 0.18
Hex 38 20 3C 7 2F 0 4C 123 1E 12
Octal 70 40 74 7 57 0 114 443 36 22
Binary 111000 100000 111100 111 101111 0 1001100 100100011 11110 10010

Color Harmonies of #38203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38203C

Black with #38203C

Text Example


Text Example

White with #38203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38203C; }

 p { color: rgb(56,32,60); }

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

background-color css

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

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

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

border-color css

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

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

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