#502730

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

Shades of Black Rose #502730

Tints of Black Rose #502730

Color information

#502730 (or 0x502730) is unknown color: approx Black Rose. HEX triplet: 50, 27 and 30. RGB value is (80,39,48). Sum of RGB (Red+Green+Blue) = 80+39+48=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502730 is #AFD8CF. Grayscale: #343434. Windows color (decimal): -11524304 or 3155792. OLE color: 3155792.

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

Color convert

RGB803948-
CMYK00.510.400.69
HSL346.83º34.45%23.33%-
HSV(B)346.83º51.25%31.37%-
XYZ4.573.373.21-
YUV52.28125.58147.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=47.90%
G=23.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80394800.510.400.69346.8334.4523.33
Hex502730033284515b2217
Octal1204760063501055334227
Binary10100001001111100000110011101000100010110101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502730; }

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

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

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

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

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

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

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

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