#301E26

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

Shades of Toledo #301E26

Tints of Toledo #301E26

Color information

#301E26 (or 0x301E26) is unknown color: approx Toledo. HEX triplet: 30, 1E and 26. RGB value is (48,30,38). Sum of RGB (Red+Green+Blue) = 48+30+38=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E26 is #CFE1D9. Grayscale: #242424. Windows color (decimal): -13623770 or 2498096. OLE color: 2498096.

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

Color convert

RGB483038-
CMYK00.370.210.81
HSL333.33º23.08%15.29%-
HSV(B)333.33º37.5%18.82%-
XYZ2.031.72.05-
YUV36.29128.96136.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=41.38%
G=25.86%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48303800.370.210.81333.3323.0815.29
Hex301E26025155114d17f
Octal603646045251215152717
Binary110000111101001100100101101011010001101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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