#301C25

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

Shades of Toledo #301C25

Tints of Toledo #301C25

Color information

#301C25 (or 0x301C25) is unknown color: approx Toledo. HEX triplet: 30, 1C and 25. RGB value is (48,28,37). Sum of RGB (Red+Green+Blue) = 48+28+37=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C25 is #CFE3DA. Grayscale: #222222. Windows color (decimal): -13624283 or 2432048. OLE color: 2432048.

HSL color Cylindrical-coordinate representation of color #301C25: hue angle of 333º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C25 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB482837-
CMYK00.420.230.81
HSL333º26.32%14.9%-
HSV(B)333º41.67%18.82%-
XYZ1.971.591.95-
YUV35.01129.13137.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=42.48%
G=24.78%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48283700.420.230.8133326.3214.9
Hex301C2502A175114d1af
Octal603445052271215153217
Binary110000111001001010101010101111010001101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C25; }

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

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

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

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

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

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

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

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