#4F242E

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

Shades of Black Rose #4F242E

Tints of Black Rose #4F242E

Color information

#4F242E (or 0x4F242E) is unknown color: approx Black Rose. HEX triplet: 4F, 24 and 2E. RGB value is (79,36,46). Sum of RGB (Red+Green+Blue) = 79+36+46=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F242E is #B0DBD1. Grayscale: #323232. Windows color (decimal): -11590610 or 3023951. OLE color: 3023951.

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

Color convert

RGB793646-
CMYK00.540.420.69
HSL346.05º37.39%22.55%-
HSV(B)346.05º54.43%30.98%-
XYZ4.353.122.96-
YUV50125.75148.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=49.07%
G=22.36%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79364600.540.420.69346.0537.3922.55
Hex4F242E0362A4515a2517
Octal1174456066521055324527
Binary10011111001001011100110110101010100010110101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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