#30292C

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

Shades of Toledo #30292C

Tints of Toledo #30292C

Color information

#30292C (or 0x30292C) is unknown color: approx Toledo. HEX triplet: 30, 29 and 2C. RGB value is (48,41,44). Sum of RGB (Red+Green+Blue) = 48+41+44=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #30292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292C is #CFD6D3. Grayscale: #2B2B2B. Windows color (decimal): -13620948 or 2894128. OLE color: 2894128.

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

Color convert

RGB484144-
CMYK00.150.080.81
HSL334.29º7.87%17.45%-
HSV(B)334.29º14.58%18.82%-
XYZ2.472.42.72-
YUV43.43128.32131.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=36.09%
G=30.83%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48414400.150.080.81334.297.8717.45
Hex30292C0F85114e811
Octal605154017101215161021
Binary1100001010011011000111110001010001101001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30292C; }

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

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

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

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

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

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

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

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