Html Css Color HEX #38253B Mardi Gras

📋 copy color: '#38253B'

red 56 ◦ green 37 ◦ blue 59

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

Shades of Mardi Gras #38253B

Tints of Mardi Gras #38253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.82%

R = 36.84%
G = 24.34%
B = 38.82%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38253B (or 0x38253B) is known color: Mardi Gras. HEX triplet: 38, 25 and 3B. RGB value is (56,37,59). Sum of RGB (Red+Green+Blue) = 56+37+59=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #38253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253B is #C7DAC4. Grayscale: #2D2D2D. Windows color (decimal): -13097669 or 3876152. OLE color: 3876152.

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

Color convert

RGB 56 37 59 -
CMYK 0.05 0.37 0 0.77
HSL 291.82º 0.23% 0.19% -
HSV(B) 291.82º 0.37% 0.23% -
XYZ 3.08 2.48 4.45 -
YUV 45.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 56 37 59 0.05 0.37 0 0.77 291.82 0.23 0.19
Hex 38 25 3B 5 25 0 4D 124 17 13
Octal 70 45 73 5 45 0 115 444 27 23
Binary 111000 100101 111011 101 100101 0 1001101 100100100 10111 10011

Color Harmonies of #38253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38253B

Black with #38253B

Text Example


Text Example

White with #38253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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