#2F292C

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

Shades of Toledo #2F292C

Tints of Toledo #2F292C

Color information

#2F292C (or 0x2F292C) is unknown color: approx Toledo. HEX triplet: 2F, 29 and 2C. RGB value is (47,41,44). Sum of RGB (Red+Green+Blue) = 47+41+44=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 47 - color contains mainly: red. Hex color #2F292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F292C is #D0D6D3. Grayscale: #2B2B2B. Windows color (decimal): -13686484 or 2894127. OLE color: 2894127.

HSL color Cylindrical-coordinate representation of color #2F292C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F292C is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB474144-
CMYK00.130.060.82
HSL330º6.82%17.25%-
HSV(B)330º12.77%18.43%-
XYZ2.422.372.71-
YUV43.14128.49130.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=35.61%
G=31.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47414400.130.060.823306.8217.25
Hex2F292C0D65214a711
Octal5751540156122512721
Binary10111110100110110001101110101001010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,44); }

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

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

 a { background-color: rgb(47,41,44); }

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

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

 span { border-color: rgb(47,41,44); }

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