Html Css Color HEX #280B23 Mardi Gras

📋 copy color: '#280B23'

red 40 ◦ green 11 ◦ blue 35

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

Shades of Mardi Gras #280B23

Tints of Mardi Gras #280B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 40.7%

R = 46.51%
G = 12.79%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#280B23 (or 0x280B23) is known color: Mardi Gras. HEX triplet: 28, 0B and 23. RGB value is (40,11,35). Sum of RGB (Red+Green+Blue) = 40+11+35=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #280B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B23 is #D7F4DC. Grayscale: #161616. Windows color (decimal): -14152925 or 2296616. OLE color: 2296616.

HSL color Cylindrical-coordinate representation of color #280B23: hue angle of 310.34º 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 #280B23 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 35 -
CMYK 0 0.72 0.12 0.84
HSL 310.34º 0.57% 0.1% -
HSV(B) 310.34º 0.73% 0.16% -
XYZ 1.3 0.81 1.68 -
YUV 22.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 40 11 35 0 0.72 0.12 0.84 310.34 0.57 0.1
Hex 28 B 23 0 48 C 54 136 39 A
Octal 50 13 43 0 110 14 124 466 71 12
Binary 101000 1011 100011 0 1001000 1100 1010100 100110110 111001 1010

Color Harmonies of #280B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B23

Black with #280B23

Text Example


Text Example

White with #280B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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