Html Css Color HEX #38253A Mardi Gras

📋 copy color: '#38253A'

red 56 ◦ green 37 ◦ blue 58

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

Shades of Mardi Gras #38253A

Tints of Mardi Gras #38253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

 BLUE value IS 58 (23.05% from 255) = 38.41%

R = 37.09%
G = 24.5%
B = 38.41%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38253A (or 0x38253A) is known color: Mardi Gras. HEX triplet: 38, 25 and 3A. RGB value is (56,37,58). Sum of RGB (Red+Green+Blue) = 56+37+58=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #38253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253A is #C7DAC5. Grayscale: #2D2D2D. Windows color (decimal): -13097670 or 3810616. OLE color: 3810616.

HSL color Cylindrical-coordinate representation of color #38253A: hue angle of 294.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38253A is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 37 58 -
CMYK 0.03 0.36 0 0.77
HSL 294.29º 0.22% 0.19% -
HSV(B) 294.29º 0.36% 0.23% -
XYZ 3.06 2.47 4.32 -
YUV 45.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 56 37 58 0.03 0.36 0 0.77 294.29 0.22 0.19
Hex 38 25 3A 3 24 0 4D 126 16 13
Octal 70 45 72 3 44 0 115 446 26 23
Binary 111000 100101 111010 11 100100 0 1001101 100100110 10110 10011

Color Harmonies of #38253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38253A

Black with #38253A

Text Example


Text Example

White with #38253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38253A; }

 p { color: rgb(56,37,58); }

 H1.HeaderClassName
 {
   color: #38253A;
 }
 .AnyTagClassName
 {
   color: #38253A;
 }
</style>

background-color css

<style>
 a { background-color: #38253A; }

 a { background-color: rgb(56,37,58); }

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

border-color css

<style>
 span { border-color: #38253A; }

 span { border-color: rgb(56,37,58); }

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