#2F282B

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

Shades of Toledo #2F282B

Tints of Toledo #2F282B

Color information

#2F282B (or 0x2F282B) is unknown color: approx Toledo. HEX triplet: 2F, 28 and 2B. RGB value is (47,40,43). Sum of RGB (Red+Green+Blue) = 47+40+43=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 47 - color contains mainly: red. Hex color #2F282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F282B is #D0D7D4. Grayscale: #2A2A2A. Windows color (decimal): -13686741 or 2828335. OLE color: 2828335.

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

Color convert

RGB474043-
CMYK00.150.090.82
HSL334.29º8.05%17.06%-
HSV(B)334.29º14.89%18.43%-
XYZ2.372.32.6-
YUV42.43128.32131.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=36.15%
G=30.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47404300.150.090.82334.298.0517.06
Hex2F282B0F95214e811
Octal575053017111225161021
Binary1011111010001010110111110011010010101001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,43); }

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

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

 a { background-color: rgb(47,40,43); }

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

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

 span { border-color: rgb(47,40,43); }

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