#502431

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

Shades of Black Rose #502431

Tints of Black Rose #502431

Color information

#502431 (or 0x502431) is unknown color: approx Black Rose. HEX triplet: 50, 24 and 31. RGB value is (80,36,49). Sum of RGB (Red+Green+Blue) = 80+36+49=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502431 is #AFDBCE. Grayscale: #323232. Windows color (decimal): -11525071 or 3220560. OLE color: 3220560.

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

Color convert

RGB803649-
CMYK00.550.390.69
HSL342.27º37.93%22.75%-
HSV(B)342.27º55%31.37%-
XYZ4.493.193.28-
YUV50.64127.08148.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=48.48%
G=21.82%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80364900.550.390.69342.2737.9322.75
Hex50243103727451562617
Octal1204461067471055264627
Binary10100001001001100010110111100111100010110101011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502431; }

 p { color: rgb(80,36,49); }

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

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

 a { background-color: rgb(80,36,49); }

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

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

 span { border-color: rgb(80,36,49); }

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