#302328

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

Shades of Toledo #302328

Tints of Toledo #302328

Color information

#302328 (or 0x302328) is unknown color: approx Toledo. HEX triplet: 30, 23 and 28. RGB value is (48,35,40). Sum of RGB (Red+Green+Blue) = 48+35+40=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302328 is #CFDCD7. Grayscale: #272727. Windows color (decimal): -13622488 or 2630448. OLE color: 2630448.

HSL color Cylindrical-coordinate representation of color #302328: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302328 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB483540-
CMYK00.270.170.81
HSL336.92º15.66%16.27%-
HSV(B)336.92º27.08%18.82%-
XYZ2.21.982.27-
YUV39.46128.31134.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=39.02%
G=28.46%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354000.270.170.81336.9215.6616.27
Hex30232801B11511511010
Octal604350033211215212020
Binary1100001000111010000110111000110100011010100011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302328; }

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

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

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

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

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

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

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

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