#301B1E

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

Shades of Rustic Red #301B1E

Tints of Rustic Red #301B1E

Color information

#301B1E (or 0x301B1E) is unknown color: approx Rustic Red. HEX triplet: 30, 1B and 1E. RGB value is (48,27,30). Sum of RGB (Red+Green+Blue) = 48+27+30=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B1E is #CFE4E1. Grayscale: #212121. Windows color (decimal): -13624546 or 1973040. OLE color: 1973040.

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

Color convert

RGB482730-
CMYK00.440.370.81
HSL351.43º28%14.71%-
HSV(B)351.43º43.75%18.82%-
XYZ1.851.511.42-
YUV33.62125.96138.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=45.71%
G=25.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48273000.440.370.81351.432814.71
Hex301B1E02C255115f1cf
Octal603336054451215373417
Binary110000110111111001011001001011010001101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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