#50232C

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

Shades of Black Rose #50232C

Tints of Black Rose #50232C

Color information

#50232C (or 0x50232C) is unknown color: approx Black Rose. HEX triplet: 50, 23 and 2C. RGB value is (80,35,44). Sum of RGB (Red+Green+Blue) = 80+35+44=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232C is #AFDCD3. Grayscale: #313131. Windows color (decimal): -11525332 or 2892624. OLE color: 2892624.

HSL color Cylindrical-coordinate representation of color #50232C: hue angle of 348º 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 #50232C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB803544-
CMYK00.560.450.69
HSL348º39.13%22.55%-
HSV(B)348º56.25%31.37%-
XYZ4.363.092.75-
YUV49.48124.91149.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=50.31%
G=22.01%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80354400.560.450.6934839.1322.55
Hex50232C0382D4515c2717
Octal1204354070551055344727
Binary10100001000111011000111000101101100010110101110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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