#4E2331

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

Shades of Black Rose #4E2331

Tints of Black Rose #4E2331

Color information

#4E2331 (or 0x4E2331) is unknown color: approx Black Rose. HEX triplet: 4E, 23 and 31. RGB value is (78,35,49). Sum of RGB (Red+Green+Blue) = 78+35+49=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2331 is #B1DCCE. Grayscale: #313131. Windows color (decimal): -11656399 or 3220302. OLE color: 3220302.

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

Color convert

RGB783549-
CMYK00.550.370.69
HSL340.47º38.05%22.16%-
HSV(B)340.47º55.13%30.59%-
XYZ4.33.043.27-
YUV49.45127.75148.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=48.15%
G=21.60%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78354900.550.370.69340.4738.0522.16
Hex4E233103725451542616
Octal1164361067451055244626
Binary10011101000111100010110111100101100010110101010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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