#4E212E

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

Shades of Black Rose #4E212E

Tints of Black Rose #4E212E

Color information

#4E212E (or 0x4E212E) is unknown color: approx Black Rose. HEX triplet: 4E, 21 and 2E. RGB value is (78,33,46). Sum of RGB (Red+Green+Blue) = 78+33+46=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212E is #B1DED1. Grayscale: #2F2F2F. Windows color (decimal): -11656914 or 3023182. OLE color: 3023182.

HSL color Cylindrical-coordinate representation of color #4E212E: hue angle of 342.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E212E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB783346-
CMYK00.580.410.69
HSL342.67º40.54%21.76%-
HSV(B)342.67º57.69%30.59%-
XYZ4.182.92.93-
YUV47.94126.91149.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=49.68%
G=21.02%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78334600.580.410.69342.6740.5421.76
Hex4E212E03A29451572916
Octal1164156072511055275126
Binary10011101000011011100111010101001100010110101011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,46); }

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

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

 a { background-color: rgb(78,33,46); }

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

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

 span { border-color: rgb(78,33,46); }

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