#301A24

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

Shades of Toledo #301A24

Tints of Toledo #301A24

Color information

#301A24 (or 0x301A24) is unknown color: approx Toledo. HEX triplet: 30, 1A and 24. RGB value is (48,26,36). Sum of RGB (Red+Green+Blue) = 48+26+36=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A24 is #CFE5DB. Grayscale: #212121. Windows color (decimal): -13624796 or 2366000. OLE color: 2366000.

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

Color convert

RGB482636-
CMYK00.460.250.81
HSL332.73º29.73%14.51%-
HSV(B)332.73º45.83%18.82%-
XYZ1.911.491.86-
YUV33.72129.29138.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=43.64%
G=23.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48263600.460.250.81332.7329.7314.51
Hex301A2402E195114d1ef
Octal603244056311215153617
Binary110000110101001000101110110011010001101001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,36); }

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

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

 a { background-color: rgb(48,26,36); }

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

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

 span { border-color: rgb(48,26,36); }

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