#4F2E3A

Color #4F2E3A Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #4F2E3A

Tints of Black Rose #4F2E3A

Color information

#4F2E3A (or 0x4F2E3A) is unknown color: approx Black Rose. HEX triplet: 4F, 2E and 3A. RGB value is (79,46,58). Sum of RGB (Red+Green+Blue) = 79+46+58=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E3A is #B0D1C5. Grayscale: #393939. Windows color (decimal): -11588038 or 3812943. OLE color: 3812943.

HSL color Cylindrical-coordinate representation of color #4F2E3A: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E3A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB794658-
CMYK00.420.270.69
HSL338.18º26.4%24.51%-
HSV(B)338.18º41.77%30.98%-
XYZ4.973.924.5-
YUV57.24128.43143.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=43.17%
G=25.14%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79465800.420.270.69338.1826.424.51
Hex4F2E3A02A1B451521a19
Octal1175672052331055223231
Binary100111110111011101001010101101110001011010100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2E3A; }

 p { color: rgb(79,46,58); }

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

<style>
 a { background-color: #4F2E3A; }

 a { background-color: rgb(79,46,58); }

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

<style>
 span { border-color: #4F2E3A; }

 span { border-color: rgb(79,46,58); }

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