Html Css Color HEX #28092A Mardi Gras

📋 copy color: '#28092A'

red 40 ◦ green 9 ◦ blue 42

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

Shades of Mardi Gras #28092A

Tints of Mardi Gras #28092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 43.96%
G = 9.89%
B = 46.15%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#28092A (or 0x28092A) is known color: Mardi Gras. HEX triplet: 28, 09 and 2A. RGB value is (40,9,42). Sum of RGB (Red+Green+Blue) = 40+9+42=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #28092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092A is #D7F6D5. Grayscale: #151515. Windows color (decimal): -14153430 or 2754856. OLE color: 2754856.

HSL color Cylindrical-coordinate representation of color #28092A: hue angle of 296.36º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28092A is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 42 -
CMYK 0.05 0.79 0 0.84
HSL 296.36º 0.65% 0.1% -
HSV(B) 296.36º 0.79% 0.16% -
XYZ 1.39 0.81 2.27 -
YUV 22.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 40 9 42 0.05 0.79 0 0.84 296.36 0.65 0.1
Hex 28 9 2A 5 4F 0 54 128 41 A
Octal 50 11 52 5 117 0 124 450 101 12
Binary 101000 1001 101010 101 1001111 0 1010100 100101000 1000001 1010

Color Harmonies of #28092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28092A

Black with #28092A

Text Example


Text Example

White with #28092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,9,42); }

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

background-color css

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

 a { background-color: rgb(40,9,42); }

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

border-color css

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

 span { border-color: rgb(40,9,42); }

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