Html Css Color HEX #280427 Mardi Gras

📋 copy color: '#280427'

red 40 ◦ green 4 ◦ blue 39

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

Shades of Mardi Gras #280427

Tints of Mardi Gras #280427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 46.99%

R = 48.19%
G = 4.82%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#280427 (or 0x280427) is known color: Mardi Gras. HEX triplet: 28, 04 and 27. RGB value is (40,4,39). Sum of RGB (Red+Green+Blue) = 40+4+39=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280427 is #D7FBD8. Grayscale: #121212. Windows color (decimal): -14154713 or 2556968. OLE color: 2556968.

HSL color Cylindrical-coordinate representation of color #280427: hue angle of 301.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280427 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 4 39 -
CMYK 0 0.90 0.02 0.84
HSL 301.67º 0.82% 0.09% -
HSV(B) 301.67º 0.9% 0.16% -
XYZ 1.28 0.68 1.98 -
YUV 18.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 40 4 39 0 0.90 0.02 0.84 301.67 0.82 0.09
Hex 28 4 27 0 5A 2 54 12E 52 9
Octal 50 4 47 0 132 2 124 456 122 11
Binary 101000 100 100111 0 1011010 10 1010100 100101110 1010010 1001

Color Harmonies of #280427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280427

Black with #280427

Text Example


Text Example

White with #280427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280427; }

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

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

background-color css

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

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

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

border-color css

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

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

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