Html Css Color HEX #280F25 Mardi Gras

📋 copy color: '#280F25'

red 40 ◦ green 15 ◦ blue 37

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

Shades of Mardi Gras #280F25

Tints of Mardi Gras #280F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.3%

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

R = 43.48%
G = 16.3%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#280F25 (or 0x280F25) is known color: Mardi Gras. HEX triplet: 28, 0F and 25. RGB value is (40,15,37). Sum of RGB (Red+Green+Blue) = 40+15+37=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #280F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F25 is #D7F0DA. Grayscale: #181818. Windows color (decimal): -14151899 or 2428712. OLE color: 2428712.

HSL color Cylindrical-coordinate representation of color #280F25: hue angle of 307.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F25 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 15 37 -
CMYK 0 0.62 0.07 0.84
HSL 307.2º 0.45% 0.11% -
HSV(B) 307.2º 0.63% 0.16% -
XYZ 1.38 0.93 1.86 -
YUV 24.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 40 15 37 0 0.62 0.07 0.84 307.2 0.45 0.11
Hex 28 F 25 0 3E 7 54 133 2D B
Octal 50 17 45 0 76 7 124 463 55 13
Binary 101000 1111 100101 0 111110 111 1010100 100110011 101101 1011

Color Harmonies of #280F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F25

Black with #280F25

Text Example


Text Example

White with #280F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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