Html Css Color HEX #38213A Mardi Gras

📋 copy color: '#38213A'

red 56 ◦ green 33 ◦ blue 58

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

Shades of Mardi Gras #38213A

Tints of Mardi Gras #38213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

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

R = 38.1%
G = 22.45%
B = 39.46%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38213A (or 0x38213A) is known color: Mardi Gras. HEX triplet: 38, 21 and 3A. RGB value is (56,33,58). Sum of RGB (Red+Green+Blue) = 56+33+58=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #38213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213A is #C7DEC5. Grayscale: #2A2A2A. Windows color (decimal): -13098694 or 3809592. OLE color: 3809592.

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

Color convert

RGB 56 33 58 -
CMYK 0.03 0.43 0 0.77
HSL 295.2º 0.27% 0.18% -
HSV(B) 295.2º 0.43% 0.23% -
XYZ 2.94 2.23 4.28 -
YUV 42.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 56 33 58 0.03 0.43 0 0.77 295.2 0.27 0.18
Hex 38 21 3A 3 2B 0 4D 127 1B 12
Octal 70 41 72 3 53 0 115 447 33 22
Binary 111000 100001 111010 11 101011 0 1001101 100100111 11011 10010

Color Harmonies of #38213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38213A

Black with #38213A

Text Example


Text Example

White with #38213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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