Html Css Color HEX #352C30 Toledo

📋 copy color: '#352C30'

red 53 ◦ green 44 ◦ blue 48

#352C30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #352C30

Tints of Toledo #352C30

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

 GREEN value IS 44 (17.58% from 255) = 30.34%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 36.55%
G = 30.34%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352C30 (or 0x352C30) is known color: Toledo. HEX triplet: 35, 2C and 30. RGB value is (53,44,48). Sum of RGB (Red+Green+Blue) = 53+44+48=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #352C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C30 is #CAD3CF. Grayscale: #2F2F2F. Windows color (decimal): -13292496 or 3157045. OLE color: 3157045.

HSL color Cylindrical-coordinate representation of color #352C30: hue angle of 333.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C30 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 44 48 -
CMYK 0 0.17 0.09 0.79
HSL 333.33º 0.09% 0.19% -
HSV(B) 333.33º 0.17% 0.21% -
XYZ 2.9 2.77 3.18 -
YUV 47.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 53 44 48 0 0.17 0.09 0.79 333.33 0.09 0.19
Hex 35 2C 30 0 11 9 4F 14D 9 13
Octal 65 54 60 0 21 11 117 515 11 23
Binary 110101 101100 110000 0 10001 1001 1001111 101001101 1001 10011

Color Harmonies of #352C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C30

Black with #352C30

Text Example


Text Example

White with #352C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C30; }

 p { color: rgb(53,44,48); }

 H1.HeaderClassName
 {
   color: #352C30;
 }
 .AnyTagClassName
 {
   color: #352C30;
 }
</style>

background-color css

<style>
 a { background-color: #352C30; }

 a { background-color: rgb(53,44,48); }

 div.DivClassName
 {
   background-color: #352C30;
 }
 .BgClassName
 {
   background-color: #352C30;
 }
</style>

border-color css

<style>
 span { border-color: #352C30; }

 span { border-color: rgb(53,44,48); }

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