#2F030F

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

Shades of Rustic Red #2F030F

Tints of Rustic Red #2F030F

Color information

#2F030F (or 0x2F030F) is unknown color: approx Rustic Red. HEX triplet: 2F, 03 and 0F. RGB value is (47,3,15). Sum of RGB (Red+Green+Blue) = 47+3+15=65 (8% of max value = 765). Red value is 47 (18.75% from 255 or 72.31% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 47 - color contains mainly: red. Hex color #2F030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F030F is #D0FCF0. Grayscale: #111111. Windows color (decimal): -13696241 or 983855. OLE color: 983855.

HSL color Cylindrical-coordinate representation of color #2F030F: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F030F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.82.

Color convert

RGB47315-
CMYK00.940.680.82
HSL343.64º88%9.8%-
HSV(B)343.64º93.62%18.43%-
XYZ1.290.70.52-
YUV17.52126.58149.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 72.31%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=72.31%
G=4.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4731500.940.680.82343.64889.8
Hex2F3F05E445215858a
Octal57317013610412253013012
Binary101111111111010111101000100101001010101100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,3,15); }

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

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

 a { background-color: rgb(47,3,15); }

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

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

 span { border-color: rgb(47,3,15); }

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