#281D01

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

Shades of Maire #281D01

Tints of Maire #281D01

Color information

#281D01 (or 0x281D01) is unknown color: approx Maire. HEX triplet: 28, 1D and 01. RGB value is (40,29,1). Sum of RGB (Red+Green+Blue) = 40+29+1=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #281D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D01 is #D7E2FE. Grayscale: #1D1D1D. Windows color (decimal): -14148351 or 73000. OLE color: 73000.

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

Color convert

RGB40291-
CMYK00.280.980.84
HSL43.08º95.12%8.04%-
HSV(B)43.08º97.5%15.69%-
XYZ1.321.330.22-
YUV29.1112.14135.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=57.14%
G=41.43%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4029100.280.980.8443.0895.128.04
Hex281D101C62542b5f8
Octal503510341421245313710
Binary1010001110110111001100010101010010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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