#502831

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

Shades of Black Rose #502831

Tints of Black Rose #502831

Color information

#502831 (or 0x502831) is unknown color: approx Black Rose. HEX triplet: 50, 28 and 31. RGB value is (80,40,49). Sum of RGB (Red+Green+Blue) = 80+40+49=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502831 is #AFD7CE. Grayscale: #343434. Windows color (decimal): -11524047 or 3221584. OLE color: 3221584.

HSL color Cylindrical-coordinate representation of color #502831: hue angle of 346.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502831 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB804049-
CMYK00.50.390.69
HSL346.5º33.33%23.53%-
HSV(B)346.5º50%31.37%-
XYZ4.623.443.33-
YUV52.99125.75147.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=47.34%
G=23.67%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80404900.50.390.69346.533.3323.53
Hex502831032274515a2118
Octal1205061062471055324130
Binary10100001010001100010110010100111100010110101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502831; }

 p { color: rgb(80,40,49); }

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

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

 a { background-color: rgb(80,40,49); }

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

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

 span { border-color: rgb(80,40,49); }

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