Html Css Color HEX #501136 Blackberry

📋 copy color: '#501136'

red 80 ◦ green 17 ◦ blue 54

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

Shades of Blackberry #501136

Tints of Blackberry #501136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 52.98%
G = 11.26%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501136 (or 0x501136) is known color: Blackberry. HEX triplet: 50, 11 and 36. RGB value is (80,17,54). Sum of RGB (Red+Green+Blue) = 80+17+54=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501136 is #AFEEC9. Grayscale: #272727. Windows color (decimal): -11529930 or 3543376. OLE color: 3543376.

HSL color Cylindrical-coordinate representation of color #501136: hue angle of 324.76º 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 #501136 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 54 -
CMYK 0 0.79 0.33 0.69
HSL 324.76º 0.65% 0.19% -
HSV(B) 324.76º 0.79% 0.31% -
XYZ 4.17 2.37 3.73 -
YUV 40.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 80 17 54 0 0.79 0.33 0.69 324.76 0.65 0.19
Hex 50 11 36 0 4F 21 45 145 41 13
Octal 120 21 66 0 117 41 105 505 101 23
Binary 1010000 10001 110110 0 1001111 100001 1000101 101000101 1000001 10011

Color Harmonies of #501136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501136

Black with #501136

Text Example


Text Example

White with #501136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501136; }

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

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

background-color css

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

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

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

border-color css

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

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

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