#502530

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

Shades of Black Rose #502530

Tints of Black Rose #502530

Color information

#502530 (or 0x502530) is unknown color: approx Black Rose. HEX triplet: 50, 25 and 30. RGB value is (80,37,48). Sum of RGB (Red+Green+Blue) = 80+37+48=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502530 is #AFDACF. Grayscale: #333333. Windows color (decimal): -11524816 or 3155280. OLE color: 3155280.

HSL color Cylindrical-coordinate representation of color #502530: hue angle of 344.65º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502530 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB803748-
CMYK00.540.400.69
HSL344.65º36.75%22.94%-
HSV(B)344.65º53.75%31.37%-
XYZ4.53.243.18-
YUV51.11126.25148.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=48.48%
G=22.42%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80374800.540.400.69344.6536.7522.94
Hex50253003628451592517
Octal1204560066501055314527
Binary10100001001011100000110110101000100010110101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502530; }

 p { color: rgb(80,37,48); }

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

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

 a { background-color: rgb(80,37,48); }

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

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

 span { border-color: rgb(80,37,48); }

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