#50242E

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

Shades of Black Rose #50242E

Tints of Black Rose #50242E

Color information

#50242E (or 0x50242E) is unknown color: approx Black Rose. HEX triplet: 50, 24 and 2E. RGB value is (80,36,46). Sum of RGB (Red+Green+Blue) = 80+36+46=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242E is #AFDBD1. Grayscale: #323232. Windows color (decimal): -11525074 or 3023952. OLE color: 3023952.

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

Color convert

RGB803646-
CMYK00.550.420.69
HSL346.36º37.93%22.75%-
HSV(B)346.36º55%31.37%-
XYZ4.433.162.96-
YUV50.3125.58149.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=49.38%
G=22.22%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80364600.550.420.69346.3637.9322.75
Hex50242E0372A4515a2617
Octal1204456067521055324627
Binary10100001001001011100110111101010100010110101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50242E; }

 p { color: rgb(80,36,46); }

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

<style>
 a { background-color: #50242E; }

 a { background-color: rgb(80,36,46); }

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

<style>
 span { border-color: #50242E; }

 span { border-color: rgb(80,36,46); }

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