#301C24

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

Shades of Toledo #301C24

Tints of Toledo #301C24

Color information

#301C24 (or 0x301C24) is unknown color: approx Toledo. HEX triplet: 30, 1C and 24. RGB value is (48,28,36). Sum of RGB (Red+Green+Blue) = 48+28+36=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C24 is #CFE3DB. Grayscale: #222222. Windows color (decimal): -13624284 or 2366512. OLE color: 2366512.

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

Color convert

RGB482836-
CMYK00.420.250.81
HSL336º26.32%14.9%-
HSV(B)336º41.67%18.82%-
XYZ1.951.591.87-
YUV34.89128.63137.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48283600.420.250.8133626.3214.9
Hex301C2402A19511501af
Octal603444052311215203217
Binary110000111001001000101010110011010001101010000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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