#30252A

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

Shades of Toledo #30252A

Tints of Toledo #30252A

Color information

#30252A (or 0x30252A) is unknown color: approx Toledo. HEX triplet: 30, 25 and 2A. RGB value is (48,37,42). Sum of RGB (Red+Green+Blue) = 48+37+42=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252A is #CFDAD5. Grayscale: #282828. Windows color (decimal): -13621974 or 2762032. OLE color: 2762032.

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

Color convert

RGB483742-
CMYK00.230.130.81
HSL332.73º12.94%16.67%-
HSV(B)332.73º22.92%18.82%-
XYZ2.32.122.48-
YUV40.86128.64133.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=37.80%
G=29.13%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48374200.230.130.81332.7312.9416.67
Hex30252A017D5114dd11
Octal604552027151215151521
Binary11000010010110101001011111011010001101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30252A; }

 p { color: rgb(48,37,42); }

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

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

 a { background-color: rgb(48,37,42); }

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

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

 span { border-color: rgb(48,37,42); }

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