Html Css Color HEX #502B36 Black Rose

📋 copy color: '#502B36'

red 80 ◦ green 43 ◦ blue 54

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

Shades of Black Rose #502B36

Tints of Black Rose #502B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 45.2%
G = 24.29%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#502B36 (or 0x502B36) is known color: Black Rose. HEX triplet: 50, 2B and 36. RGB value is (80,43,54). Sum of RGB (Red+Green+Blue) = 80+43+54=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B36 is #AFD4C9. Grayscale: #373737. Windows color (decimal): -11523274 or 3550032. OLE color: 3550032.

HSL color Cylindrical-coordinate representation of color #502B36: hue angle of 342.16º 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 #502B36 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 54 -
CMYK 0 0.46 0.33 0.69
HSL 342.16º 0.3% 0.24% -
HSV(B) 342.16º 0.46% 0.31% -
XYZ 4.84 3.7 3.95 -
YUV 55.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 80 43 54 0 0.46 0.33 0.69 342.16 0.3 0.24
Hex 50 2B 36 0 2E 21 45 156 1E 18
Octal 120 53 66 0 56 41 105 526 36 30
Binary 1010000 101011 110110 0 101110 100001 1000101 101010110 11110 11000

Color Harmonies of #502B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B36

Black with #502B36

Text Example


Text Example

White with #502B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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