Html Css Color HEX #501635 Blackberry

📋 copy color: '#501635'

red 80 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #501635

Tints of Blackberry #501635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 51.61%
G = 14.19%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#501635 (or 0x501635) is known color: Blackberry. HEX triplet: 50, 16 and 35. RGB value is (80,22,53). Sum of RGB (Red+Green+Blue) = 80+22+53=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501635 is #AFE9CA. Grayscale: #2A2A2A. Windows color (decimal): -11528651 or 3479120. OLE color: 3479120.

HSL color Cylindrical-coordinate representation of color #501635: hue angle of 327.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501635 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 53 -
CMYK 0 0.72 0.34 0.69
HSL 327.93º 0.57% 0.2% -
HSV(B) 327.93º 0.73% 0.31% -
XYZ 4.24 2.54 3.63 -
YUV 42.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 80 22 53 0 0.72 0.34 0.69 327.93 0.57 0.2
Hex 50 16 35 0 48 22 45 148 39 14
Octal 120 26 65 0 110 42 105 510 71 24
Binary 1010000 10110 110101 0 1001000 100010 1000101 101001000 111001 10100

Color Harmonies of #501635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501635

Black with #501635

Text Example


Text Example

White with #501635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501635; }

 p { color: rgb(80,22,53); }

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

background-color css

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

 a { background-color: rgb(80,22,53); }

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

border-color css

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

 span { border-color: rgb(80,22,53); }

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