#282000

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

Shades of Maire #282000

Tints of Maire #282000

Color information

#282000 (or 0x282000) is unknown color: approx Maire. HEX triplet: 28, 20 and 00. RGB value is (40,32,0). Sum of RGB (Red+Green+Blue) = 40+32+0=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #282000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282000 is #D7DFFF. Grayscale: #1E1E1E. Windows color (decimal): -14147584 or 8232. OLE color: 8232.

HSL color Cylindrical-coordinate representation of color #282000: hue angle of 48º 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 #282000 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB40320-
CMYK00.2010.84
HSL48º100%7.84%-
HSV(B)48º100%15.69%-
XYZ1.391.480.21-
YUV30.74110.65134.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032000.2010.84481007.84
Hex28200014645430648
Octal504000241441246014410
Binary10100010000000101001100100101010011000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282000; }

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

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

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

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

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

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

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

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