#2C2528

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

Shades of Toledo #2C2528

Tints of Toledo #2C2528

Color information

#2C2528 (or 0x2C2528) is unknown color: approx Toledo. HEX triplet: 2C, 25 and 28. RGB value is (44,37,40). Sum of RGB (Red+Green+Blue) = 44+37+40=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2528 is #D3DAD7. Grayscale: #272727. Windows color (decimal): -13884120 or 2630956. OLE color: 2630956.

HSL color Cylindrical-coordinate representation of color #2C2528: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2C2528 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB443740-
CMYK00.160.090.83
HSL334.29º8.64%15.88%-
HSV(B)334.29º15.91%17.25%-
XYZ2.082.012.29-
YUV39.44128.32131.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=36.36%
G=30.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44374000.160.090.83334.298.6415.88
Hex2C252801095314e910
Octal544550020111235161120
Binary10110010010110100001000010011010011101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2528; }

 p { color: rgb(44,37,40); }

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

<style>
 a { background-color: #2C2528; }

 a { background-color: rgb(44,37,40); }

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

<style>
 span { border-color: #2C2528; }

 span { border-color: rgb(44,37,40); }

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