#2F2328

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

Shades of Toledo #2F2328

Tints of Toledo #2F2328

Color information

#2F2328 (or 0x2F2328) is unknown color: approx Toledo. HEX triplet: 2F, 23 and 28. RGB value is (47,35,40). Sum of RGB (Red+Green+Blue) = 47+35+40=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2328 is #D0DCD7. Grayscale: #272727. Windows color (decimal): -13688024 or 2630447. OLE color: 2630447.

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

Color convert

RGB473540-
CMYK00.260.150.82
HSL335º14.63%16.08%-
HSV(B)335º25.53%18.43%-
XYZ2.161.962.27-
YUV39.16128.48133.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=38.52%
G=28.69%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47354000.260.150.8233514.6316.08
Hex2F232801AF5214ff10
Octal574350032171225171720
Binary10111110001110100001101011111010010101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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