Html Css Color HEX #38233D Mardi Gras

📋 copy color: '#38233D'

red 56 ◦ green 35 ◦ blue 61

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

Shades of Mardi Gras #38233D

Tints of Mardi Gras #38233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 36.84%
G = 23.03%
B = 40.13%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38233D (or 0x38233D) is known color: Mardi Gras. HEX triplet: 38, 23 and 3D. RGB value is (56,35,61). Sum of RGB (Red+Green+Blue) = 56+35+61=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #38233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38233D is #C7DCC2. Grayscale: #2C2C2C. Windows color (decimal): -13098179 or 4006712. OLE color: 4006712.

HSL color Cylindrical-coordinate representation of color #38233D: hue angle of 288.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38233D is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 35 61 -
CMYK 0.08 0.43 0 0.76
HSL 288.46º 0.27% 0.19% -
HSV(B) 288.46º 0.43% 0.24% -
XYZ 3.07 2.38 4.71 -
YUV 44.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 56 35 61 0.08 0.43 0 0.76 288.46 0.27 0.19
Hex 38 23 3D 8 2B 0 4C 120 1B 13
Octal 70 43 75 10 53 0 114 440 33 23
Binary 111000 100011 111101 1000 101011 0 1001100 100100000 11011 10011

Color Harmonies of #38233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38233D

Black with #38233D

Text Example


Text Example

White with #38233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38233D; }

 p { color: rgb(56,35,61); }

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

background-color css

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

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

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

border-color css

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

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

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