#362830

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

Shades of Toledo #362830

Tints of Toledo #362830

Color information

#362830 (or 0x362830) is unknown color: approx Toledo. HEX triplet: 36, 28 and 30. RGB value is (54,40,48). Sum of RGB (Red+Green+Blue) = 54+40+48=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #362830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362830 is #C9D7CF. Grayscale: #2D2D2D. Windows color (decimal): -13227984 or 3156022. OLE color: 3156022.

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

Color convert

RGB544048-
CMYK00.260.110.79
HSL325.71º14.89%18.43%-
HSV(B)325.71º25.93%21.18%-
XYZ2.812.523.13-
YUV45.1129.64134.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=38.03%
G=28.17%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54404800.260.110.79325.7114.8918.43
Hex36283001AB4F146f12
Octal665060032131175061722
Binary11011010100011000001101010111001111101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362830; }

 p { color: rgb(54,40,48); }

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

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

 a { background-color: rgb(54,40,48); }

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

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

 span { border-color: rgb(54,40,48); }

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