#4F252D

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

Shades of Black Rose #4F252D

Tints of Black Rose #4F252D

Color information

#4F252D (or 0x4F252D) is unknown color: approx Black Rose. HEX triplet: 4F, 25 and 2D. RGB value is (79,37,45). Sum of RGB (Red+Green+Blue) = 79+37+45=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F252D is #B0DAD2. Grayscale: #323232. Windows color (decimal): -11590355 or 2958671. OLE color: 2958671.

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

Color convert

RGB793745-
CMYK00.530.430.69
HSL348.57º36.21%22.75%-
HSV(B)348.57º53.16%30.98%-
XYZ4.363.172.87-
YUV50.47124.91148.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=49.07%
G=22.98%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79374500.530.430.69348.5736.2122.75
Hex4F252D0352B4515d2417
Octal1174555065531055354427
Binary10011111001011011010110101101011100010110101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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