#4E232E

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

Shades of Black Rose #4E232E

Tints of Black Rose #4E232E

Color information

#4E232E (or 0x4E232E) is unknown color: approx Black Rose. HEX triplet: 4E, 23 and 2E. RGB value is (78,35,46). Sum of RGB (Red+Green+Blue) = 78+35+46=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232E is #B1DCD1. Grayscale: #313131. Windows color (decimal): -11656402 or 3023694. OLE color: 3023694.

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

Color convert

RGB783546-
CMYK00.550.410.69
HSL344.65º38.05%22.16%-
HSV(B)344.65º55.13%30.59%-
XYZ4.243.022.94-
YUV49.11126.25148.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=49.06%
G=22.01%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78354600.550.410.69344.6538.0522.16
Hex4E232E03729451592616
Octal1164356067511055314626
Binary10011101000111011100110111101001100010110101100110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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