#301C1D

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

Shades of Rustic Red #301C1D

Tints of Rustic Red #301C1D

Color information

#301C1D (or 0x301C1D) is unknown color: approx Rustic Red. HEX triplet: 30, 1C and 1D. RGB value is (48,28,29). Sum of RGB (Red+Green+Blue) = 48+28+29=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C1D is #CFE3E2. Grayscale: #222222. Windows color (decimal): -13624291 or 1907760. OLE color: 1907760.

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

Color convert

RGB482829-
CMYK00.420.400.81
HSL357º26.32%14.9%-
HSV(B)357º41.67%18.82%-
XYZ1.861.551.36-
YUV34.09125.13137.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=45.71%
G=26.67%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48282900.420.400.8135726.3214.9
Hex301C1D02A28511651af
Octal603435052501215453217
Binary110000111001110101010101010001010001101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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