#301B1D

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

Shades of Rustic Red #301B1D

Tints of Rustic Red #301B1D

Color information

#301B1D (or 0x301B1D) is unknown color: approx Rustic Red. HEX triplet: 30, 1B and 1D. RGB value is (48,27,29). Sum of RGB (Red+Green+Blue) = 48+27+29=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B1D is #CFE4E2. Grayscale: #212121. Windows color (decimal): -13624547 or 1907504. OLE color: 1907504.

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

Color convert

RGB482729-
CMYK00.440.400.81
HSL354.29º28%14.71%-
HSV(B)354.29º43.75%18.82%-
XYZ1.831.51.36-
YUV33.51125.46138.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=46.15%
G=25.96%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48272900.440.400.81354.292814.71
Hex301B1D02C28511621cf
Octal603335054501215423417
Binary110000110111110101011001010001010001101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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