#301D27

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

Shades of Toledo #301D27

Tints of Toledo #301D27

Color information

#301D27 (or 0x301D27) is unknown color: approx Toledo. HEX triplet: 30, 1D and 27. RGB value is (48,29,39). Sum of RGB (Red+Green+Blue) = 48+29+39=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D27 is #CFE2D8. Grayscale: #232323. Windows color (decimal): -13624025 or 2563376. OLE color: 2563376.

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

Color convert

RGB482939-
CMYK00.400.190.81
HSL328.42º24.68%15.1%-
HSV(B)328.42º39.58%18.82%-
XYZ2.021.652.13-
YUV35.82129.79136.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=41.38%
G=25%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293900.400.190.81328.4224.6815.1
Hex301D27028135114819f
Octal603547050231215103117
Binary110000111011001110101000100111010001101001000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,39); }

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

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

 a { background-color: rgb(48,29,39); }

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

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

 span { border-color: rgb(48,29,39); }

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