#281F00

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

Shades of Maire #281F00

Tints of Maire #281F00

Color information

#281F00 (or 0x281F00) is unknown color: approx Maire. HEX triplet: 28, 1F and 00. RGB value is (40,31,0). Sum of RGB (Red+Green+Blue) = 40+31+0=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #281F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F00 is #D7E0FF. Grayscale: #1E1E1E. Windows color (decimal): -14147840 or 7976. OLE color: 7976.

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

Color convert

RGB40310-
CMYK00.2210.84
HSL46.5º100%7.84%-
HSV(B)46.5º100%15.69%-
XYZ1.371.430.2-
YUV30.16110.98135.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.34%
G=43.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031000.2210.8446.51007.84
Hex281F001664542e648
Octal503700261441245614410
Binary1010001111100101101100100101010010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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