#301F28

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

Shades of Toledo #301F28

Tints of Toledo #301F28

Color information

#301F28 (or 0x301F28) is unknown color: approx Toledo. HEX triplet: 30, 1F and 28. RGB value is (48,31,40). Sum of RGB (Red+Green+Blue) = 48+31+40=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F28 is #CFE0D7. Grayscale: #252525. Windows color (decimal): -13623512 or 2629424. OLE color: 2629424.

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

Color convert

RGB483140-
CMYK00.350.170.81
HSL328.24º21.52%15.49%-
HSV(B)328.24º35.42%18.82%-
XYZ2.091.762.24-
YUV37.11129.63135.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=40.34%
G=26.05%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48314000.350.170.81328.2421.5215.49
Hex301F28023115114816f
Octal603750043211215102617
Binary110000111111010000100011100011010001101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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