#281E01

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

Shades of Maire #281E01

Tints of Maire #281E01

Color information

#281E01 (or 0x281E01) is unknown color: approx Maire. HEX triplet: 28, 1E and 01. RGB value is (40,30,1). Sum of RGB (Red+Green+Blue) = 40+30+1=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #281E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E01 is #D7E1FE. Grayscale: #1D1D1D. Windows color (decimal): -14148095 or 73256. OLE color: 73256.

HSL color Cylindrical-coordinate representation of color #281E01: hue angle of 44.62º 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 #281E01 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB40301-
CMYK00.250.980.84
HSL44.62º95.12%8.04%-
HSV(B)44.62º97.5%15.69%-
XYZ1.341.380.22-
YUV29.68111.81135.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=56.34%
G=42.25%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4030100.250.980.8444.6295.128.04
Hex281E101962542d5f8
Octal503610311421245513710
Binary1010001111010110011100010101010010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281E01; }

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

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

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

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

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

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

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

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