Html Css Color HEX #50212E Black Rose

📋 copy color: '#50212E'

red 80 ◦ green 33 ◦ blue 46

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

Shades of Black Rose #50212E

Tints of Black Rose #50212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.75%

 BLUE value IS 46 (18.36% from 255) = 28.93%

R = 50.31%
G = 20.75%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50212E (or 0x50212E) is known color: Black Rose. HEX triplet: 50, 21 and 2E. RGB value is (80,33,46). Sum of RGB (Red+Green+Blue) = 80+33+46=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212E is #AFDED1. Grayscale: #303030. Windows color (decimal): -11525842 or 3023184. OLE color: 3023184.

HSL color Cylindrical-coordinate representation of color #50212E: hue angle of 343.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50212E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 46 -
CMYK 0 0.59 0.42 0.69
HSL 343.4º 0.42% 0.22% -
HSV(B) 343.4º 0.59% 0.31% -
XYZ 4.35 2.99 2.93 -
YUV 48.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 80 33 46 0 0.59 0.42 0.69 343.4 0.42 0.22
Hex 50 21 2E 0 3B 2A 45 157 2A 16
Octal 120 41 56 0 73 52 105 527 52 26
Binary 1010000 100001 101110 0 111011 101010 1000101 101010111 101010 10110

Color Harmonies of #50212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50212E

Black with #50212E

Text Example


Text Example

White with #50212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50212E; }

 p { color: rgb(80,33,46); }

 H1.HeaderClassName
 {
   color: #50212E;
 }
 .AnyTagClassName
 {
   color: #50212E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,33,46); }

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

border-color css

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

 span { border-color: rgb(80,33,46); }

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