#4F232D

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

Shades of Black Rose #4F232D

Tints of Black Rose #4F232D

Color information

#4F232D (or 0x4F232D) is unknown color: approx Black Rose. HEX triplet: 4F, 23 and 2D. RGB value is (79,35,45). Sum of RGB (Red+Green+Blue) = 79+35+45=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232D is #B0DCD2. Grayscale: #313131. Windows color (decimal): -11590867 or 2958159. OLE color: 2958159.

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

Color convert

RGB793545-
CMYK00.560.430.69
HSL346.36º38.6%22.35%-
HSV(B)346.36º55.7%30.98%-
XYZ4.33.052.85-
YUV49.3125.58149.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=49.69%
G=22.01%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79354500.560.430.69346.3638.622.35
Hex4F232D0382B4515a2716
Octal1174355070531055324726
Binary10011111000111011010111000101011100010110101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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