Html Css Color HEX #50242F Black Rose

📋 copy color: '#50242F'

red 80 ◦ green 36 ◦ blue 47

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

Shades of Black Rose #50242F

Tints of Black Rose #50242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

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

R = 49.08%
G = 22.09%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50242F (or 0x50242F) is known color: Black Rose. HEX triplet: 50, 24 and 2F. RGB value is (80,36,47). Sum of RGB (Red+Green+Blue) = 80+36+47=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242F is #AFDBD0. Grayscale: #323232. Windows color (decimal): -11525073 or 3089488. OLE color: 3089488.

HSL color Cylindrical-coordinate representation of color #50242F: hue angle of 345º 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 #50242F is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 47 -
CMYK 0 0.55 0.41 0.69
HSL 345º 0.38% 0.23% -
HSV(B) 345º 0.55% 0.31% -
XYZ 4.45 3.17 3.07 -
YUV 50.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 80 36 47 0 0.55 0.41 0.69 345 0.38 0.23
Hex 50 24 2F 0 37 29 45 159 26 17
Octal 120 44 57 0 67 51 105 531 46 27
Binary 1010000 100100 101111 0 110111 101001 1000101 101011001 100110 10111

Color Harmonies of #50242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50242F

Black with #50242F

Text Example


Text Example

White with #50242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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