#50212F

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

Shades of Black Rose #50212F

Tints of Black Rose #50212F

Color information

#50212F (or 0x50212F) is unknown color: approx Black Rose. HEX triplet: 50, 21 and 2F. RGB value is (80,33,47). Sum of RGB (Red+Green+Blue) = 80+33+47=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212F is #AFDED0. Grayscale: #303030. Windows color (decimal): -11525841 or 3088720. OLE color: 3088720.

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

Color convert

RGB803347-
CMYK00.590.410.69
HSL342.13º41.59%22.16%-
HSV(B)342.13º58.75%31.37%-
XYZ4.3733.04-
YUV48.65127.07150.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=50%
G=20.62%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80334700.590.410.69342.1341.5922.16
Hex50212F03B29451562a16
Octal1204157073511055265226
Binary10100001000011011110111011101001100010110101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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