#4E222F

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

Shades of Black Rose #4E222F

Tints of Black Rose #4E222F

Color information

#4E222F (or 0x4E222F) is unknown color: approx Black Rose. HEX triplet: 4E, 22 and 2F. RGB value is (78,34,47). Sum of RGB (Red+Green+Blue) = 78+34+47=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222F is #B1DDD0. Grayscale: #303030. Windows color (decimal): -11656657 or 3088974. OLE color: 3088974.

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

Color convert

RGB783447-
CMYK00.560.400.69
HSL342.27º39.29%21.96%-
HSV(B)342.27º56.41%30.59%-
XYZ4.232.973.04-
YUV48.64127.08148.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=49.06%
G=21.38%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78344700.560.400.69342.2739.2921.96
Hex4E222F03828451562716
Octal1164257070501055264726
Binary10011101000101011110111000101000100010110101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,47); }

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

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

 a { background-color: rgb(78,34,47); }

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

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

 span { border-color: rgb(78,34,47); }

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