Html Css Color HEX #38093C Mardi Gras

📋 copy color: '#38093C'

red 56 ◦ green 9 ◦ blue 60

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

Shades of Mardi Gras #38093C

Tints of Mardi Gras #38093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 44.8%
G = 7.2%
B = 48%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38093C (or 0x38093C) is known color: Mardi Gras. HEX triplet: 38, 09 and 3C. RGB value is (56,9,60). Sum of RGB (Red+Green+Blue) = 56+9+60=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #38093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38093C is #C7F6C3. Grayscale: #1C1C1C. Windows color (decimal): -13104836 or 3934520. OLE color: 3934520.

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

Color convert

RGB 56 9 60 -
CMYK 0.07 0.85 0 0.76
HSL 295.29º 0.74% 0.14% -
HSV(B) 295.29º 0.85% 0.24% -
XYZ 2.54 1.36 4.4 -
YUV 28.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 56 9 60 0.07 0.85 0 0.76 295.29 0.74 0.14
Hex 38 9 3C 7 55 0 4C 127 4A E
Octal 70 11 74 7 125 0 114 447 112 16
Binary 111000 1001 111100 111 1010101 0 1001100 100100111 1001010 1110

Color Harmonies of #38093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38093C

Black with #38093C

Text Example


Text Example

White with #38093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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