#301A1B

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

Shades of Rustic Red #301A1B

Tints of Rustic Red #301A1B

Color information

#301A1B (or 0x301A1B) is unknown color: approx Rustic Red. HEX triplet: 30, 1A and 1B. RGB value is (48,26,27). Sum of RGB (Red+Green+Blue) = 48+26+27=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A1B is #CFE5E4. Grayscale: #202020. Windows color (decimal): -13624805 or 1776176. OLE color: 1776176.

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

Color convert

RGB482627-
CMYK00.460.440.81
HSL357.27º29.73%14.51%-
HSV(B)357.27º45.83%18.82%-
XYZ1.791.451.22-
YUV32.69124.79138.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=47.52%
G=25.74%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262700.460.440.81357.2729.7314.51
Hex301A1B02E2C511651ef
Octal603233056541215453617
Binary110000110101101101011101011001010001101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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