#4F2938

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

Shades of Black Rose #4F2938

Tints of Black Rose #4F2938

Color information

#4F2938 (or 0x4F2938) is unknown color: approx Black Rose. HEX triplet: 4F, 29 and 38. RGB value is (79,41,56). Sum of RGB (Red+Green+Blue) = 79+41+56=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2938 is #B0D6C7. Grayscale: #363636. Windows color (decimal): -11589320 or 3680591. OLE color: 3680591.

HSL color Cylindrical-coordinate representation of color #4F2938: hue angle of 336.32º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F2938 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB794156-
CMYK00.480.290.69
HSL336.32º31.67%23.53%-
HSV(B)336.32º48.1%30.98%-
XYZ4.733.534.17-
YUV54.07129.09145.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=44.89%
G=23.30%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79415600.480.290.69336.3231.6723.53
Hex4F29380301D451502018
Octal1175170060351055204030
Binary1001111101001111000011000011101100010110101000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,41,56); }

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

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

 a { background-color: rgb(79,41,56); }

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

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

 span { border-color: rgb(79,41,56); }

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