#301D1F

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

Shades of Rustic Red #301D1F

Tints of Rustic Red #301D1F

Color information

#301D1F (or 0x301D1F) is unknown color: approx Rustic Red. HEX triplet: 30, 1D and 1F. RGB value is (48,29,31). Sum of RGB (Red+Green+Blue) = 48+29+31=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1F is #CFE2E0. Grayscale: #222222. Windows color (decimal): -13624033 or 2039088. OLE color: 2039088.

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

Color convert

RGB482931-
CMYK00.400.350.81
HSL353.68º24.68%15.1%-
HSV(B)353.68º39.58%18.82%-
XYZ1.911.611.51-
YUV34.91125.79137.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=44.44%
G=26.85%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293100.400.350.81353.6824.6815.1
Hex301D1F028235116219f
Octal603537050431215423117
Binary110000111011111101010001000111010001101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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