#301A1E

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

Shades of Rustic Red #301A1E

Tints of Rustic Red #301A1E

Color information

#301A1E (or 0x301A1E) is unknown color: approx Rustic Red. HEX triplet: 30, 1A and 1E. RGB value is (48,26,30). Sum of RGB (Red+Green+Blue) = 48+26+30=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A1E is #CFE5E1. Grayscale: #212121. Windows color (decimal): -13624802 or 1972784. OLE color: 1972784.

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

Color convert

RGB482630-
CMYK00.460.370.81
HSL349.09º29.73%14.51%-
HSV(B)349.09º45.83%18.82%-
XYZ1.821.461.41-
YUV33.03126.29138.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=46.15%
G=25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48263000.460.370.81349.0929.7314.51
Hex301A1E02E255115d1ef
Octal603236056451215353617
Binary110000110101111001011101001011010001101011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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