#4E242F

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

Shades of Black Rose #4E242F

Tints of Black Rose #4E242F

Color information

#4E242F (or 0x4E242F) is unknown color: approx Black Rose. HEX triplet: 4E, 24 and 2F. RGB value is (78,36,47). Sum of RGB (Red+Green+Blue) = 78+36+47=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E242F is #B1DBD0. Grayscale: #313131. Windows color (decimal): -11656145 or 3089486. OLE color: 3089486.

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

Color convert

RGB783647-
CMYK00.540.400.69
HSL344.29º36.84%22.35%-
HSV(B)344.29º53.85%30.59%-
XYZ4.293.093.06-
YUV49.81126.41148.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=48.45%
G=22.36%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78364700.540.400.69344.2936.8422.35
Hex4E242F03628451582516
Octal1164457066501055304526
Binary10011101001001011110110110101000100010110101100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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