#301A23

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

Shades of Toledo #301A23

Tints of Toledo #301A23

Color information

#301A23 (or 0x301A23) is unknown color: approx Toledo. HEX triplet: 30, 1A and 23. RGB value is (48,26,35). Sum of RGB (Red+Green+Blue) = 48+26+35=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A23 is #CFE5DC. Grayscale: #212121. Windows color (decimal): -13624797 or 2300464. OLE color: 2300464.

HSL color Cylindrical-coordinate representation of color #301A23: hue angle of 335.45º 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 #301A23 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB482635-
CMYK00.460.270.81
HSL335.45º29.73%14.51%-
HSV(B)335.45º45.83%18.82%-
XYZ1.891.491.78-
YUV33.6128.79138.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=44.04%
G=23.85%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48263500.460.270.81335.4529.7314.51
Hex301A2302E1B5114f1ef
Octal603243056331215173617
Binary110000110101000110101110110111010001101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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