Html Css Color HEX #502B37 Black Rose

📋 copy color: '#502B37'

red 80 ◦ green 43 ◦ blue 55

#502B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #502B37

Tints of Black Rose #502B37

RGB

 RED value IS 80 (31.64% from 255) = 44.94%

 GREEN value IS 43 (17.19% from 255) = 24.16%

 BLUE value IS 55 (21.88% from 255) = 30.9%

R = 44.94%
G = 24.16%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502B37 (or 0x502B37) is known color: Black Rose. HEX triplet: 50, 2B and 37. RGB value is (80,43,55). Sum of RGB (Red+Green+Blue) = 80+43+55=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B37 is #AFD4C8. Grayscale: #373737. Windows color (decimal): -11523273 or 3615568. OLE color: 3615568.

HSL color Cylindrical-coordinate representation of color #502B37: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B37 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 55 -
CMYK 0 0.46 0.31 0.69
HSL 340.54º 0.3% 0.24% -
HSV(B) 340.54º 0.46% 0.31% -
XYZ 4.86 3.71 4.07 -
YUV 55.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 80 43 55 0 0.46 0.31 0.69 340.54 0.3 0.24
Hex 50 2B 37 0 2E 1F 45 155 1E 18
Octal 120 53 67 0 56 37 105 525 36 30
Binary 1010000 101011 110111 0 101110 11111 1000101 101010101 11110 11000

Color Harmonies of #502B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B37

Black with #502B37

Text Example


Text Example

White with #502B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,43,55); }

 H1.HeaderClassName
 {
   color: #502B37;
 }
 .AnyTagClassName
 {
   color: #502B37;
 }
</style>

background-color css

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

 a { background-color: rgb(80,43,55); }

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

border-color css

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

 span { border-color: rgb(80,43,55); }

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