Html Css Color HEX #501237 Blackberry

📋 copy color: '#501237'

red 80 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #501237

Tints of Blackberry #501237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 52.29%
G = 11.76%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501237 (or 0x501237) is known color: Blackberry. HEX triplet: 50, 12 and 37. RGB value is (80,18,55). Sum of RGB (Red+Green+Blue) = 80+18+55=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501237 is #AFEDC8. Grayscale: #282828. Windows color (decimal): -11529673 or 3609168. OLE color: 3609168.

HSL color Cylindrical-coordinate representation of color #501237: hue angle of 324.19º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501237 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 55 -
CMYK 0 0.78 0.31 0.69
HSL 324.19º 0.63% 0.19% -
HSV(B) 324.19º 0.78% 0.31% -
XYZ 4.21 2.41 3.86 -
YUV 40.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 80 18 55 0 0.78 0.31 0.69 324.19 0.63 0.19
Hex 50 12 37 0 4E 1F 45 144 3F 13
Octal 120 22 67 0 116 37 105 504 77 23
Binary 1010000 10010 110111 0 1001110 11111 1000101 101000100 111111 10011

Color Harmonies of #501237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501237

Black with #501237

Text Example


Text Example

White with #501237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501237; }

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

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

background-color css

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

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

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

border-color css

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

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

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