Html Css Color HEX #28042B Mardi Gras

📋 copy color: '#28042B'

red 40 ◦ green 4 ◦ blue 43

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

Shades of Mardi Gras #28042B

Tints of Mardi Gras #28042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.6%

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

R = 45.98%
G = 4.6%
B = 49.43%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28042B (or 0x28042B) is known color: Mardi Gras. HEX triplet: 28, 04 and 2B. RGB value is (40,4,43). Sum of RGB (Red+Green+Blue) = 40+4+43=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #28042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28042B is #D7FBD4. Grayscale: #131313. Windows color (decimal): -14154709 or 2819112. OLE color: 2819112.

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

Color convert

RGB 40 4 43 -
CMYK 0.07 0.91 0 0.83
HSL 295.38º 0.83% 0.09% -
HSV(B) 295.38º 0.91% 0.17% -
XYZ 1.35 0.71 2.35 -
YUV 19.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 40 4 43 0.07 0.91 0 0.83 295.38 0.83 0.09
Hex 28 4 2B 7 5B 0 53 127 53 9
Octal 50 4 53 7 133 0 123 447 123 11
Binary 101000 100 101011 111 1011011 0 1010011 100100111 1010011 1001

Color Harmonies of #28042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28042B

Black with #28042B

Text Example


Text Example

White with #28042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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