#281B21

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

Shades of Toledo #281B21

Tints of Toledo #281B21

Color information

#281B21 (or 0x281B21) is unknown color: approx Toledo. HEX triplet: 28, 1B and 21. RGB value is (40,27,33). Sum of RGB (Red+Green+Blue) = 40+27+33=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B21 is #D7E4DE. Grayscale: #1F1F1F. Windows color (decimal): -14148831 or 2169640. OLE color: 2169640.

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

Color convert

RGB402733-
CMYK00.330.170.84
HSL332.31º19.4%13.14%-
HSV(B)332.31º32.5%15.69%-
XYZ1.541.341.62-
YUV31.57128.81134.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 33 (13.28% from 255) = 33%
R=40%
G=27%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40273300.330.170.84332.3119.413.14
Hex281B21021115414c13d
Octal503341041211245142315
Binary101000110111000010100001100011010100101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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