#502330

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

Shades of Black Rose #502330

Tints of Black Rose #502330

Color information

#502330 (or 0x502330) is unknown color: approx Black Rose. HEX triplet: 50, 23 and 30. RGB value is (80,35,48). Sum of RGB (Red+Green+Blue) = 80+35+48=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502330 is #AFDCCF. Grayscale: #313131. Windows color (decimal): -11525328 or 3154768. OLE color: 3154768.

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

Color convert

RGB803548-
CMYK00.560.400.69
HSL342.67º39.13%22.55%-
HSV(B)342.67º56.25%31.37%-
XYZ4.443.123.16-
YUV49.94126.91149.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=49.08%
G=21.47%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80354800.560.400.69342.6739.1322.55
Hex50233003828451572717
Octal1204360070501055274727
Binary10100001000111100000111000101000100010110101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502330; }

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

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

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

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

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

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

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

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