#4E262E

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

Shades of Black Rose #4E262E

Tints of Black Rose #4E262E

Color information

#4E262E (or 0x4E262E) is unknown color: approx Black Rose. HEX triplet: 4E, 26 and 2E. RGB value is (78,38,46). Sum of RGB (Red+Green+Blue) = 78+38+46=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E262E is #B1D9D1. Grayscale: #323232. Windows color (decimal): -11655634 or 3024462. OLE color: 3024462.

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

Color convert

RGB783846-
CMYK00.510.410.69
HSL348º34.48%22.75%-
HSV(B)348º51.28%30.59%-
XYZ4.333.22.97-
YUV50.87125.25147.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=48.15%
G=23.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78384600.510.410.6934834.4822.75
Hex4E262E033294515c2217
Octal1164656063511055344227
Binary10011101001101011100110011101001100010110101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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