Html Css Color HEX #38073D Mardi Gras

📋 copy color: '#38073D'

red 56 ◦ green 7 ◦ blue 61

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

Shades of Mardi Gras #38073D

Tints of Mardi Gras #38073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 45.16%
G = 5.65%
B = 49.19%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38073D (or 0x38073D) is known color: Mardi Gras. HEX triplet: 38, 07 and 3D. RGB value is (56,7,61). Sum of RGB (Red+Green+Blue) = 56+7+61=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #38073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38073D is #C7F8C2. Grayscale: #1B1B1B. Windows color (decimal): -13105347 or 3999544. OLE color: 3999544.

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

Color convert

RGB 56 7 61 -
CMYK 0.08 0.89 0 0.76
HSL 294.44º 0.79% 0.13% -
HSV(B) 294.44º 0.89% 0.24% -
XYZ 2.55 1.33 4.54 -
YUV 27.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 56 7 61 0.08 0.89 0 0.76 294.44 0.79 0.13
Hex 38 7 3D 8 59 0 4C 126 4F D
Octal 70 7 75 10 131 0 114 446 117 15
Binary 111000 111 111101 1000 1011001 0 1001100 100100110 1001111 1101

Color Harmonies of #38073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38073D

Black with #38073D

Text Example


Text Example

White with #38073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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