#281F06

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

Shades of Maire #281F06

Tints of Maire #281F06

Color information

#281F06 (or 0x281F06) is unknown color: approx Maire. HEX triplet: 28, 1F and 06. RGB value is (40,31,6). Sum of RGB (Red+Green+Blue) = 40+31+6=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F06 is #D7E0F9. Grayscale: #1E1E1E. Windows color (decimal): -14147834 or 401192. OLE color: 401192.

HSL color Cylindrical-coordinate representation of color #281F06: hue angle of 44.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281F06 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40316-
CMYK00.220.850.84
HSL44.12º73.91%9.02%-
HSV(B)44.12º85%15.69%-
XYZ1.41.440.38-
YUV30.84113.98134.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=51.95%
G=40.26%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031600.220.850.8444.1273.919.02
Hex281F601655542c4a9
Octal503760261251245411211
Binary101000111111100101101010101101010010110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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