#4F2B38

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

Shades of Black Rose #4F2B38

Tints of Black Rose #4F2B38

Color information

#4F2B38 (or 0x4F2B38) is unknown color: approx Black Rose. HEX triplet: 4F, 2B and 38. RGB value is (79,43,56). Sum of RGB (Red+Green+Blue) = 79+43+56=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B38 is #B0D4C7. Grayscale: #373737. Windows color (decimal): -11588808 or 3681103. OLE color: 3681103.

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

Color convert

RGB794356-
CMYK00.460.290.69
HSL338.33º29.51%23.92%-
HSV(B)338.33º45.57%30.98%-
XYZ4.83.684.2-
YUV55.25128.43144.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=44.38%
G=24.16%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79435600.460.290.69338.3329.5123.92
Hex4F2B3802E1D451521e18
Octal1175370056351055223630
Binary100111110101111100001011101110110001011010100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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