Html Css Color HEX #28052B Mardi Gras

📋 copy color: '#28052B'

red 40 ◦ green 5 ◦ blue 43

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

Shades of Mardi Gras #28052B

Tints of Mardi Gras #28052B

RGB

 RED value IS 40 (16.02% from 255) = 45.45%

 GREEN value IS 5 (2.34% from 255) = 5.68%

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 45.45%
G = 5.68%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28052B (or 0x28052B) is known color: Mardi Gras. HEX triplet: 28, 05 and 2B. RGB value is (40,5,43). Sum of RGB (Red+Green+Blue) = 40+5+43=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #28052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28052B is #D7FAD4. Grayscale: #131313. Windows color (decimal): -14154453 or 2819368. OLE color: 2819368.

HSL color Cylindrical-coordinate representation of color #28052B: hue angle of 295.26º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28052B is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 5 43 -
CMYK 0.07 0.88 0 0.83
HSL 295.26º 0.79% 0.09% -
HSV(B) 295.26º 0.88% 0.17% -
XYZ 1.37 0.73 2.36 -
YUV 19.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 40 5 43 0.07 0.88 0 0.83 295.26 0.79 0.09
Hex 28 5 2B 7 58 0 53 127 4F 9
Octal 50 5 53 7 130 0 123 447 117 11
Binary 101000 101 101011 111 1011000 0 1010011 100100111 1001111 1001

Color Harmonies of #28052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28052B

Black with #28052B

Text Example


Text Example

White with #28052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,5,43); }

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

background-color css

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

 a { background-color: rgb(40,5,43); }

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

border-color css

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

 span { border-color: rgb(40,5,43); }

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