Html Css Color HEX #501836 Blackberry

📋 copy color: '#501836'

red 80 ◦ green 24 ◦ blue 54

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

Shades of Blackberry #501836

Tints of Blackberry #501836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 50.63%
G = 15.19%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501836 (or 0x501836) is known color: Blackberry. HEX triplet: 50, 18 and 36. RGB value is (80,24,54). Sum of RGB (Red+Green+Blue) = 80+24+54=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501836 is #AFE7C9. Grayscale: #2C2C2C. Windows color (decimal): -11528138 or 3545168. OLE color: 3545168.

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

Color convert

RGB 80 24 54 -
CMYK 0 0.70 0.33 0.69
HSL 327.86º 0.54% 0.2% -
HSV(B) 327.86º 0.7% 0.31% -
XYZ 4.3 2.63 3.77 -
YUV 44.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 80 24 54 0 0.70 0.33 0.69 327.86 0.54 0.2
Hex 50 18 36 0 46 21 45 148 36 14
Octal 120 30 66 0 106 41 105 510 66 24
Binary 1010000 11000 110110 0 1000110 100001 1000101 101001000 110110 10100

Color Harmonies of #501836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501836

Black with #501836

Text Example


Text Example

White with #501836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501836; }

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

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

background-color css

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

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

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

border-color css

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

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

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