#30282C

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

Shades of Toledo #30282C

Tints of Toledo #30282C

Color information

#30282C (or 0x30282C) is unknown color: approx Toledo. HEX triplet: 30, 28 and 2C. RGB value is (48,40,44). Sum of RGB (Red+Green+Blue) = 48+40+44=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282C is #CFD7D3. Grayscale: #2A2A2A. Windows color (decimal): -13621204 or 2893872. OLE color: 2893872.

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

Color convert

RGB484044-
CMYK00.170.080.81
HSL330º9.09%17.25%-
HSV(B)330º16.67%18.82%-
XYZ2.432.332.7-
YUV42.85128.65131.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48404400.170.080.813309.0917.25
Hex30282C01185114a911
Octal605054021101215121121
Binary11000010100010110001000110001010001101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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