#50202F

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

Shades of Black Rose #50202F

Tints of Black Rose #50202F

Color information

#50202F (or 0x50202F) is unknown color: approx Black Rose. HEX triplet: 50, 20 and 2F. RGB value is (80,32,47). Sum of RGB (Red+Green+Blue) = 80+32+47=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202F is #AFDFD0. Grayscale: #303030. Windows color (decimal): -11526097 or 3088464. OLE color: 3088464.

HSL color Cylindrical-coordinate representation of color #50202F: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB803247-
CMYK00.600.410.69
HSL341.25º42.86%21.96%-
HSV(B)341.25º60%31.37%-
XYZ4.342.943.03-
YUV48.06127.4150.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=50.31%
G=20.13%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80324700.600.410.69341.2542.8621.96
Hex50202F03C29451552b16
Octal1204057074511055255326
Binary10100001000001011110111100101001100010110101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50202F; }

 p { color: rgb(80,32,47); }

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

<style>
 a { background-color: #50202F; }

 a { background-color: rgb(80,32,47); }

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

<style>
 span { border-color: #50202F; }

 span { border-color: rgb(80,32,47); }

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