#502B39

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

Shades of Black Rose #502B39

Tints of Black Rose #502B39

Color information

#502B39 (or 0x502B39) is unknown color: approx Black Rose. HEX triplet: 50, 2B and 39. RGB value is (80,43,57). Sum of RGB (Red+Green+Blue) = 80+43+57=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B39 is #AFD4C6. Grayscale: #373737. Windows color (decimal): -11523271 or 3746640. OLE color: 3746640.

HSL color Cylindrical-coordinate representation of color #502B39: hue angle of 337.3º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B39 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB804357-
CMYK00.460.290.69
HSL337.3º30.08%24.12%-
HSV(B)337.3º46.25%31.37%-
XYZ4.913.734.33-
YUV55.66128.76145.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=44.44%
G=23.89%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80435700.460.290.69337.330.0824.12
Hex502B3902E1D451511e18
Octal1205371056351055213630
Binary101000010101111100101011101110110001011010100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B39; }

 p { color: rgb(80,43,57); }

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

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

 a { background-color: rgb(80,43,57); }

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

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

 span { border-color: rgb(80,43,57); }

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