#34212B

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

Shades of Toledo #34212B

Tints of Toledo #34212B

Color information

#34212B (or 0x34212B) is unknown color: approx Toledo. HEX triplet: 34, 21 and 2B. RGB value is (52,33,43). Sum of RGB (Red+Green+Blue) = 52+33+43=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #34212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34212B is #CBDED4. Grayscale: #272727. Windows color (decimal): -13360853 or 2826548. OLE color: 2826548.

HSL color Cylindrical-coordinate representation of color #34212B: hue angle of 328.42º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34212B is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB523343-
CMYK00.370.170.80
HSL328.42º22.35%16.67%-
HSV(B)328.42º36.54%20.39%-
XYZ2.41.992.54-
YUV39.82129.79136.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=40.62%
G=25.78%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52334300.370.170.80328.4222.3516.67
Hex34212B02511501481611
Octal644153045211205102621
Binary11010010000110101101001011000110100001010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34212B; }

 p { color: rgb(52,33,43); }

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

<style>
 a { background-color: #34212B; }

 a { background-color: rgb(52,33,43); }

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

<style>
 span { border-color: #34212B; }

 span { border-color: rgb(52,33,43); }

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