#4F252E

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

Shades of Black Rose #4F252E

Tints of Black Rose #4F252E

Color information

#4F252E (or 0x4F252E) is unknown color: approx Black Rose. HEX triplet: 4F, 25 and 2E. RGB value is (79,37,46). Sum of RGB (Red+Green+Blue) = 79+37+46=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F252E is #B0DAD1. Grayscale: #323232. Windows color (decimal): -11590354 or 3024207. OLE color: 3024207.

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

Color convert

RGB793746-
CMYK00.530.420.69
HSL347.14º36.21%22.75%-
HSV(B)347.14º53.16%30.98%-
XYZ4.383.182.97-
YUV50.58125.41148.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.77%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=48.77%
G=22.84%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79374600.530.420.69347.1436.2122.75
Hex4F252E0352A4515b2417
Octal1174556065521055334427
Binary10011111001011011100110101101010100010110101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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