#301E28

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

Shades of Toledo #301E28

Tints of Toledo #301E28

Color information

#301E28 (or 0x301E28) is unknown color: approx Toledo. HEX triplet: 30, 1E and 28. RGB value is (48,30,40). Sum of RGB (Red+Green+Blue) = 48+30+40=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E28 is #CFE1D7. Grayscale: #242424. Windows color (decimal): -13623768 or 2629168. OLE color: 2629168.

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

Color convert

RGB483040-
CMYK00.370.170.81
HSL326.67º23.08%15.29%-
HSV(B)326.67º37.5%18.82%-
XYZ2.071.712.23-
YUV36.52129.96136.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=40.68%
G=25.42%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48304000.370.170.81326.6723.0815.29
Hex301E28025115114717f
Octal603650045211215072717
Binary110000111101010000100101100011010001101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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