#4F242D

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

Shades of Black Rose #4F242D

Tints of Black Rose #4F242D

Color information

#4F242D (or 0x4F242D) is unknown color: approx Black Rose. HEX triplet: 4F, 24 and 2D. RGB value is (79,36,45). Sum of RGB (Red+Green+Blue) = 79+36+45=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F242D is #B0DBD2. Grayscale: #313131. Windows color (decimal): -11590611 or 2958415. OLE color: 2958415.

HSL color Cylindrical-coordinate representation of color #4F242D: hue angle of 347.44º 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 #4F242D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB793645-
CMYK00.540.430.69
HSL347.44º37.39%22.55%-
HSV(B)347.44º54.43%30.98%-
XYZ4.333.112.86-
YUV49.88125.25148.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.38%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=49.38%
G=22.5%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79364500.540.430.69347.4437.3922.55
Hex4F242D0362B4515b2517
Octal1174455066531055334527
Binary10011111001001011010110110101011100010110101101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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