#281A21

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

Shades of Toledo #281A21

Tints of Toledo #281A21

Color information

#281A21 (or 0x281A21) is unknown color: approx Toledo. HEX triplet: 28, 1A and 21. RGB value is (40,26,33). Sum of RGB (Red+Green+Blue) = 40+26+33=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #281A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A21 is #D7E5DE. Grayscale: #1E1E1E. Windows color (decimal): -14149087 or 2169384. OLE color: 2169384.

HSL color Cylindrical-coordinate representation of color #281A21: hue angle of 330º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #281A21 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB402633-
CMYK00.350.170.84
HSL330º21.21%12.94%-
HSV(B)330º35%15.69%-
XYZ1.521.31.61-
YUV30.98129.14134.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=40.40%
G=26.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40263300.350.170.8433021.2112.94
Hex281A21023115414a15d
Octal503241043211245122515
Binary101000110101000010100011100011010100101001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,33); }

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

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

 a { background-color: rgb(40,26,33); }

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

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

 span { border-color: rgb(40,26,33); }

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