Html Css Color HEX #50202F Black Rose

📋 copy color: '#50202F'

red 80 ◦ green 32 ◦ blue 47

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

Shades of Black Rose #50202F

Tints of Black Rose #50202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.13%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 50.31%
G = 20.13%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50202F (or 0x50202F) is known color: Black Rose. HEX triplet: 50, 20 and 2F. RGB value is (80,32,47). Sum of RGB (Red+Green+Blue) = 80+32+47=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202F is #AFDFD0. Grayscale: #303030. Windows color (decimal): -11526097 or 3088464. OLE color: 3088464.

HSL color Cylindrical-coordinate representation of color #50202F: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 47 -
CMYK 0 0.60 0.41 0.69
HSL 341.25º 0.43% 0.22% -
HSV(B) 341.25º 0.6% 0.31% -
XYZ 4.34 2.94 3.03 -
YUV 48.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 80 32 47 0 0.60 0.41 0.69 341.25 0.43 0.22
Hex 50 20 2F 0 3C 29 45 155 2B 16
Octal 120 40 57 0 74 51 105 525 53 26
Binary 1010000 100000 101111 0 111100 101001 1000101 101010101 101011 10110

Color Harmonies of #50202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50202F

Black with #50202F

Text Example


Text Example

White with #50202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50202F; }

 p { color: rgb(80,32,47); }

 H1.HeaderClassName
 {
   color: #50202F;
 }
 .AnyTagClassName
 {
   color: #50202F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,32,47); }

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

border-color css

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

 span { border-color: rgb(80,32,47); }

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