Html Css Color HEX #501037 Blackberry

📋 copy color: '#501037'

red 80 ◦ green 16 ◦ blue 55

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

Shades of Blackberry #501037

Tints of Blackberry #501037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 52.98%
G = 10.6%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501037 (or 0x501037) is known color: Blackberry. HEX triplet: 50, 10 and 37. RGB value is (80,16,55). Sum of RGB (Red+Green+Blue) = 80+16+55=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501037 is #AFEFC8. Grayscale: #272727. Windows color (decimal): -11530185 or 3608656. OLE color: 3608656.

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

Color convert

RGB 80 16 55 -
CMYK 0 0.80 0.31 0.69
HSL 323.44º 0.67% 0.19% -
HSV(B) 323.44º 0.8% 0.31% -
XYZ 4.18 2.35 3.85 -
YUV 39.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 80 16 55 0 0.80 0.31 0.69 323.44 0.67 0.19
Hex 50 10 37 0 50 1F 45 143 43 13
Octal 120 20 67 0 120 37 105 503 103 23
Binary 1010000 10000 110111 0 1010000 11111 1000101 101000011 1000011 10011

Color Harmonies of #501037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501037

Black with #501037

Text Example


Text Example

White with #501037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501037; }

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

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

background-color css

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

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

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

border-color css

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

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

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