#301D1E

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

Shades of Rustic Red #301D1E

Tints of Rustic Red #301D1E

Color information

#301D1E (or 0x301D1E) is unknown color: approx Rustic Red. HEX triplet: 30, 1D and 1E. RGB value is (48,29,30). Sum of RGB (Red+Green+Blue) = 48+29+30=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1E is #CFE2E1. Grayscale: #222222. Windows color (decimal): -13624034 or 1973552. OLE color: 1973552.

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

Color convert

RGB482930-
CMYK00.400.370.81
HSL356.84º24.68%15.1%-
HSV(B)356.84º39.58%18.82%-
XYZ1.891.61.44-
YUV34.8125.29137.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=44.86%
G=27.10%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293000.400.370.81356.8424.6815.1
Hex301D1E028255116519f
Octal603536050451215453117
Binary110000111011111001010001001011010001101100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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