Html Css Color HEX #38023D Mardi Gras

📋 copy color: '#38023D'

red 56 ◦ green 2 ◦ blue 61

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

Shades of Mardi Gras #38023D

Tints of Mardi Gras #38023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 47.06%
G = 1.68%
B = 51.26%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38023D (or 0x38023D) is known color: Mardi Gras. HEX triplet: 38, 02 and 3D. RGB value is (56,2,61). Sum of RGB (Red+Green+Blue) = 56+2+61=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #38023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38023D is #C7FDC2. Grayscale: #181818. Windows color (decimal): -13106627 or 3998264. OLE color: 3998264.

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

Color convert

RGB 56 2 61 -
CMYK 0.08 0.97 0 0.76
HSL 294.92º 0.94% 0.12% -
HSV(B) 294.92º 0.97% 0.24% -
XYZ 2.49 1.22 4.52 -
YUV 24.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 56 2 61 0.08 0.97 0 0.76 294.92 0.94 0.12
Hex 38 2 3D 8 61 0 4C 127 5E C
Octal 70 2 75 10 141 0 114 447 136 14
Binary 111000 10 111101 1000 1100001 0 1001100 100100111 1011110 1100

Color Harmonies of #38023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38023D

Black with #38023D

Text Example


Text Example

White with #38023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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