Html Css Color HEX #501139 Blackberry

📋 copy color: '#501139'

red 80 ◦ green 17 ◦ blue 57

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

Shades of Blackberry #501139

Tints of Blackberry #501139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

 BLUE value IS 57 (22.66% from 255) = 37.01%

R = 51.95%
G = 11.04%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#501139 (or 0x501139) is known color: Blackberry. HEX triplet: 50, 11 and 39. RGB value is (80,17,57). Sum of RGB (Red+Green+Blue) = 80+17+57=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501139 is #AFEEC6. Grayscale: #282828. Windows color (decimal): -11529927 or 3739984. OLE color: 3739984.

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

Color convert

RGB 80 17 57 -
CMYK 0 0.79 0.29 0.69
HSL 321.9º 0.65% 0.19% -
HSV(B) 321.9º 0.79% 0.31% -
XYZ 4.25 2.4 4.11 -
YUV 40.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 80 17 57 0 0.79 0.29 0.69 321.9 0.65 0.19
Hex 50 11 39 0 4F 1D 45 142 41 13
Octal 120 21 71 0 117 35 105 502 101 23
Binary 1010000 10001 111001 0 1001111 11101 1000101 101000010 1000001 10011

Color Harmonies of #501139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501139

Black with #501139

Text Example


Text Example

White with #501139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501139; }

 p { color: rgb(80,17,57); }

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

background-color css

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

 a { background-color: rgb(80,17,57); }

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

border-color css

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

 span { border-color: rgb(80,17,57); }

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