#351C28

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

Shades of Toledo #351C28

Tints of Toledo #351C28

Color information

#351C28 (or 0x351C28) is unknown color: approx Toledo. HEX triplet: 35, 1C and 28. RGB value is (53,28,40). Sum of RGB (Red+Green+Blue) = 53+28+40=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C28 is #CAE3D7. Grayscale: #242424. Windows color (decimal): -13296600 or 2628661. OLE color: 2628661.

HSL color Cylindrical-coordinate representation of color #351C28: hue angle of 331.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C28 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB532840-
CMYK00.470.250.79
HSL331.2º30.86%15.88%-
HSV(B)331.2º47.17%20.78%-
XYZ2.271.742.22-
YUV36.84129.78139.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=43.80%
G=23.14%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53284000.470.250.79331.230.8615.88
Hex351C2802F194F14b1f10
Octal653450057311175133720
Binary1101011110010100001011111100110011111010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351C28; }

 p { color: rgb(53,28,40); }

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

<style>
 a { background-color: #351C28; }

 a { background-color: rgb(53,28,40); }

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

<style>
 span { border-color: #351C28; }

 span { border-color: rgb(53,28,40); }

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