#282500

Color #282500 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #282500

Tints of Maire #282500

Color information

#282500 (or 0x282500) is unknown color: approx Maire. HEX triplet: 28, 25 and 00. RGB value is (40,37,0). Sum of RGB (Red+Green+Blue) = 40+37+0=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #282500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282500 is #D7DAFF. Grayscale: #212121. Windows color (decimal): -14146304 or 9512. OLE color: 9512.

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

Color convert

RGB40370-
CMYK00.0710.84
HSL55.5º100%7.84%-
HSV(B)55.5º100%15.69%-
XYZ1.541.770.26-
YUV33.68108.99132.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.95%
G=48.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4037000.0710.8455.51007.84
Hex2825007645438648
Octal50450071441247014410
Binary101000100101001111100100101010011100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282500; }

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

 H1.HeaderClassName
 {
   color: #282500;
 }
 .AnyTagClassName
 {
   color: #282500;
 }
</style>
background-color css

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

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

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

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

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

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