Html Css Color HEX #280B25 Mardi Gras

📋 copy color: '#280B25'

red 40 ◦ green 11 ◦ blue 37

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

Shades of Mardi Gras #280B25

Tints of Mardi Gras #280B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.5%

 BLUE value IS 37 (14.84% from 255) = 42.05%

R = 45.45%
G = 12.5%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#280B25 (or 0x280B25) is known color: Mardi Gras. HEX triplet: 28, 0B and 25. RGB value is (40,11,37). Sum of RGB (Red+Green+Blue) = 40+11+37=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #280B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B25 is #D7F4DA. Grayscale: #161616. Windows color (decimal): -14152923 or 2427688. OLE color: 2427688.

HSL color Cylindrical-coordinate representation of color #280B25: hue angle of 306.21º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B25 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 37 -
CMYK 0 0.72 0.07 0.84
HSL 306.21º 0.57% 0.1% -
HSV(B) 306.21º 0.73% 0.16% -
XYZ 1.33 0.82 1.84 -
YUV 22.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 40 11 37 0 0.72 0.07 0.84 306.21 0.57 0.1
Hex 28 B 25 0 48 7 54 132 39 A
Octal 50 13 45 0 110 7 124 462 71 12
Binary 101000 1011 100101 0 1001000 111 1010100 100110010 111001 1010

Color Harmonies of #280B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B25

Black with #280B25

Text Example


Text Example

White with #280B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B25; }

 p { color: rgb(40,11,37); }

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

background-color css

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

 a { background-color: rgb(40,11,37); }

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

border-color css

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

 span { border-color: rgb(40,11,37); }

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