#281F0B

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

Shades of Maire #281F0B

Tints of Maire #281F0B

Color information

#281F0B (or 0x281F0B) is unknown color: approx Maire. HEX triplet: 28, 1F and 0B. RGB value is (40,31,11). Sum of RGB (Red+Green+Blue) = 40+31+11=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0B is #D7E0F4. Grayscale: #1F1F1F. Windows color (decimal): -14147829 or 728872. OLE color: 728872.

HSL color Cylindrical-coordinate representation of color #281F0B: hue angle of 41.38º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281F0B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB403111-
CMYK00.220.720.84
HSL41.38º56.86%10%-
HSV(B)41.38º72.5%15.69%-
XYZ1.431.460.52-
YUV31.41116.48134.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=48.78%
G=37.80%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311100.220.720.8441.3856.8610
Hex281FB01648542939a
Octal503713026110124517112
Binary101000111111011010110100100010101001010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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