Html Css Color HEX #501737 Blackberry

📋 copy color: '#501737'

red 80 ◦ green 23 ◦ blue 55

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

Shades of Blackberry #501737

Tints of Blackberry #501737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 50.63%
G = 14.56%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501737 (or 0x501737) is known color: Blackberry. HEX triplet: 50, 17 and 37. RGB value is (80,23,55). Sum of RGB (Red+Green+Blue) = 80+23+55=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501737 is #AFE8C8. Grayscale: #2B2B2B. Windows color (decimal): -11528393 or 3610448. OLE color: 3610448.

HSL color Cylindrical-coordinate representation of color #501737: hue angle of 326.32º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501737 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 55 -
CMYK 0 0.71 0.31 0.69
HSL 326.32º 0.55% 0.2% -
HSV(B) 326.32º 0.71% 0.31% -
XYZ 4.3 2.59 3.89 -
YUV 43.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 80 23 55 0 0.71 0.31 0.69 326.32 0.55 0.2
Hex 50 17 37 0 47 1F 45 146 37 14
Octal 120 27 67 0 107 37 105 506 67 24
Binary 1010000 10111 110111 0 1000111 11111 1000101 101000110 110111 10100

Color Harmonies of #501737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501737

Black with #501737

Text Example


Text Example

White with #501737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501737; }

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

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

background-color css

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

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

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

border-color css

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

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

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