Html Css Color HEX #38223C Mardi Gras

📋 copy color: '#38223C'

red 56 ◦ green 34 ◦ blue 60

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

Shades of Mardi Gras #38223C

Tints of Mardi Gras #38223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

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

R = 37.33%
G = 22.67%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38223C (or 0x38223C) is known color: Mardi Gras. HEX triplet: 38, 22 and 3C. RGB value is (56,34,60). Sum of RGB (Red+Green+Blue) = 56+34+60=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #38223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38223C is #C7DDC3. Grayscale: #2B2B2B. Windows color (decimal): -13098436 or 3940920. OLE color: 3940920.

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

Color convert

RGB 56 34 60 -
CMYK 0.07 0.43 0 0.76
HSL 290.77º 0.28% 0.18% -
HSV(B) 290.77º 0.43% 0.24% -
XYZ 3.02 2.31 4.56 -
YUV 43.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 56 34 60 0.07 0.43 0 0.76 290.77 0.28 0.18
Hex 38 22 3C 7 2B 0 4C 123 1C 12
Octal 70 42 74 7 53 0 114 443 34 22
Binary 111000 100010 111100 111 101011 0 1001100 100100011 11100 10010

Color Harmonies of #38223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38223C

Black with #38223C

Text Example


Text Example

White with #38223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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