#4F262E

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

Shades of Black Rose #4F262E

Tints of Black Rose #4F262E

Color information

#4F262E (or 0x4F262E) is unknown color: approx Black Rose. HEX triplet: 4F, 26 and 2E. RGB value is (79,38,46). Sum of RGB (Red+Green+Blue) = 79+38+46=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F262E is #B0D9D1. Grayscale: #333333. Windows color (decimal): -11590098 or 3024463. OLE color: 3024463.

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

Color convert

RGB793846-
CMYK00.520.420.69
HSL348.29º35.04%22.94%-
HSV(B)348.29º51.9%30.98%-
XYZ4.413.252.98-
YUV51.17125.08147.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=48.47%
G=23.31%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79384600.520.420.69348.2935.0422.94
Hex4F262E0342A4515c2317
Octal1174656064521055344327
Binary10011111001101011100110100101010100010110101110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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