#50232D

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

Shades of Black Rose #50232D

Tints of Black Rose #50232D

Color information

#50232D (or 0x50232D) is unknown color: approx Black Rose. HEX triplet: 50, 23 and 2D. RGB value is (80,35,45). Sum of RGB (Red+Green+Blue) = 80+35+45=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232D is #AFDCD2. Grayscale: #313131. Windows color (decimal): -11525331 or 2958160. OLE color: 2958160.

HSL color Cylindrical-coordinate representation of color #50232D: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50232D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB803545-
CMYK00.560.440.69
HSL346.67º39.13%22.55%-
HSV(B)346.67º56.25%31.37%-
XYZ4.383.12.85-
YUV49.6125.41149.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=50%
G=21.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80354500.560.440.69346.6739.1322.55
Hex50232D0382C4515b2717
Octal1204355070541055334727
Binary10100001000111011010111000101100100010110101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50232D; }

 p { color: rgb(80,35,45); }

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

<style>
 a { background-color: #50232D; }

 a { background-color: rgb(80,35,45); }

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

<style>
 span { border-color: #50232D; }

 span { border-color: rgb(80,35,45); }

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