#261D21

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

Shades of Toledo #261D21

Tints of Toledo #261D21

Color information

#261D21 (or 0x261D21) is unknown color: approx Toledo. HEX triplet: 26, 1D and 21. RGB value is (38,29,33). Sum of RGB (Red+Green+Blue) = 38+29+33=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D21 is #D9E2DE. Grayscale: #202020. Windows color (decimal): -14279391 or 2170150. OLE color: 2170150.

HSL color Cylindrical-coordinate representation of color #261D21: hue angle of 333.33º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261D21 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB382933-
CMYK00.240.130.85
HSL333.33º13.43%13.14%-
HSV(B)333.33º23.68%14.9%-
XYZ1.511.41.63-
YUV32.15128.48132.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 33 (13.28% from 255) = 33%
R=38%
G=29%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38293300.240.130.85333.3313.4313.14
Hex261D21018D5514ddd
Octal463541030151255151515
Binary100110111011000010110001101101010110100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261D21; }

 p { color: rgb(38,29,33); }

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

<style>
 a { background-color: #261D21; }

 a { background-color: rgb(38,29,33); }

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

<style>
 span { border-color: #261D21; }

 span { border-color: rgb(38,29,33); }

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