#502E3A

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

Shades of Black Rose #502E3A

Tints of Black Rose #502E3A

Color information

#502E3A (or 0x502E3A) is unknown color: approx Black Rose. HEX triplet: 50, 2E and 3A. RGB value is (80,46,58). Sum of RGB (Red+Green+Blue) = 80+46+58=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E3A is #AFD1C5. Grayscale: #393939. Windows color (decimal): -11522502 or 3812944. OLE color: 3812944.

HSL color Cylindrical-coordinate representation of color #502E3A: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E3A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB804658-
CMYK00.420.280.69
HSL338.82º26.98%24.71%-
HSV(B)338.82º42.5%31.37%-
XYZ5.053.964.5-
YUV57.53128.26144.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=43.48%
G=25%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80465800.420.280.69338.8226.9824.71
Hex502E3A02A1C451531b19
Octal1205672052341055233331
Binary101000010111011101001010101110010001011010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,58); }

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

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

 a { background-color: rgb(80,46,58); }

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

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

 span { border-color: rgb(80,46,58); }

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