#2F191B

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

Shades of Rustic Red #2F191B

Tints of Rustic Red #2F191B

Color information

#2F191B (or 0x2F191B) is unknown color: approx Rustic Red. HEX triplet: 2F, 19 and 1B. RGB value is (47,25,27). Sum of RGB (Red+Green+Blue) = 47+25+27=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F191B is #D0E6E4. Grayscale: #1F1F1F. Windows color (decimal): -13690597 or 1775919. OLE color: 1775919.

HSL color Cylindrical-coordinate representation of color #2F191B: hue angle of 354.55º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F191B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB472527-
CMYK00.470.430.82
HSL354.55º30.56%14.12%-
HSV(B)354.55º46.81%18.43%-
XYZ1.721.381.21-
YUV31.81125.29138.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=47.47%
G=25.25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47252700.470.430.82354.5530.5614.12
Hex2F191B02F2B521631fe
Octal573133057531225433716
Binary101111110011101101011111010111010010101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F191B; }

 p { color: rgb(47,25,27); }

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

<style>
 a { background-color: #2F191B; }

 a { background-color: rgb(47,25,27); }

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

<style>
 span { border-color: #2F191B; }

 span { border-color: rgb(47,25,27); }

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