Html Css Color HEX #501437 Blackberry

📋 copy color: '#501437'

red 80 ◦ green 20 ◦ blue 55

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

Shades of Blackberry #501437

Tints of Blackberry #501437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 51.61%
G = 12.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501437 (or 0x501437) is known color: Blackberry. HEX triplet: 50, 14 and 37. RGB value is (80,20,55). Sum of RGB (Red+Green+Blue) = 80+20+55=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501437 is #AFEBC8. Grayscale: #292929. Windows color (decimal): -11529161 or 3609680. OLE color: 3609680.

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

Color convert

RGB 80 20 55 -
CMYK 0 0.75 0.31 0.69
HSL 325º 0.6% 0.2% -
HSV(B) 325º 0.75% 0.31% -
XYZ 4.25 2.48 3.87 -
YUV 41.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 80 20 55 0 0.75 0.31 0.69 325 0.6 0.2
Hex 50 14 37 0 4B 1F 45 145 3C 14
Octal 120 24 67 0 113 37 105 505 74 24
Binary 1010000 10100 110111 0 1001011 11111 1000101 101000101 111100 10100

Color Harmonies of #501437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501437

Black with #501437

Text Example


Text Example

White with #501437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501437; }

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

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

background-color css

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

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

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

border-color css

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

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

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