#4C242D

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

Shades of Black Rose #4C242D

Tints of Black Rose #4C242D

Color information

#4C242D (or 0x4C242D) is unknown color: approx Black Rose. HEX triplet: 4C, 24 and 2D. RGB value is (76,36,45). Sum of RGB (Red+Green+Blue) = 76+36+45=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C242D is #B3DBD2. Grayscale: #303030. Windows color (decimal): -11787219 or 2958412. OLE color: 2958412.

HSL color Cylindrical-coordinate representation of color #4C242D: hue angle of 346.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C242D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB763645-
CMYK00.530.410.70
HSL346.5º35.71%21.96%-
HSV(B)346.5º52.63%29.8%-
XYZ4.092.992.84-
YUV48.99125.75147.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.41%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=48.41%
G=22.93%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76364500.530.410.70346.535.7121.96
Hex4C242D035294615a2416
Octal1144455065511065324426
Binary10011001001001011010110101101001100011010101101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,45); }

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

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

 a { background-color: rgb(76,36,45); }

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

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

 span { border-color: rgb(76,36,45); }

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