#4E2831

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

Shades of Black Rose #4E2831

Tints of Black Rose #4E2831

Color information

#4E2831 (or 0x4E2831) is unknown color: approx Black Rose. HEX triplet: 4E, 28 and 31. RGB value is (78,40,49). Sum of RGB (Red+Green+Blue) = 78+40+49=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2831 is #B1D7CE. Grayscale: #343434. Windows color (decimal): -11655119 or 3221582. OLE color: 3221582.

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

Color convert

RGB784049-
CMYK00.490.370.69
HSL345.79º32.2%23.14%-
HSV(B)345.79º48.72%30.59%-
XYZ4.463.363.32-
YUV52.39126.09146.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=46.71%
G=23.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78404900.490.370.69345.7932.223.14
Hex4E2831031254515a2017
Octal1165061061451055324027
Binary10011101010001100010110001100101100010110101101010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,49); }

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

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

 a { background-color: rgb(78,40,49); }

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

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

 span { border-color: rgb(78,40,49); }

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