#282401

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

Shades of Maire #282401

Tints of Maire #282401

Color information

#282401 (or 0x282401) is unknown color: approx Maire. HEX triplet: 28, 24 and 01. RGB value is (40,36,1). Sum of RGB (Red+Green+Blue) = 40+36+1=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #282401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282401 is #D7DBFE. Grayscale: #212121. Windows color (decimal): -14146559 or 74792. OLE color: 74792.

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

Color convert

RGB40361-
CMYK00.100.980.84
HSL53.85º95.12%8.04%-
HSV(B)53.85º97.5%15.69%-
XYZ1.511.720.28-
YUV33.21109.83132.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=51.95%
G=46.75%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4036100.100.980.8453.8595.128.04
Hex282410A6254365f8
Octal504410121421246613710
Binary1010001001001010101100010101010011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282401; }

 p { color: rgb(40,36,1); }

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

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

 a { background-color: rgb(40,36,1); }

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

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

 span { border-color: rgb(40,36,1); }

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