Html Css Color HEX #501634 Blackberry

📋 copy color: '#501634'

red 80 ◦ green 22 ◦ blue 52

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

Shades of Blackberry #501634

Tints of Blackberry #501634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.77%

R = 51.95%
G = 14.29%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#501634 (or 0x501634) is known color: Blackberry. HEX triplet: 50, 16 and 34. RGB value is (80,22,52). Sum of RGB (Red+Green+Blue) = 80+22+52=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501634 is #AFE9CB. Grayscale: #2A2A2A. Windows color (decimal): -11528652 or 3413584. OLE color: 3413584.

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

Color convert

RGB 80 22 52 -
CMYK 0 0.72 0.35 0.69
HSL 328.97º 0.57% 0.2% -
HSV(B) 328.97º 0.73% 0.31% -
XYZ 4.22 2.53 3.51 -
YUV 42.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 80 22 52 0 0.72 0.35 0.69 328.97 0.57 0.2
Hex 50 16 34 0 48 23 45 149 39 14
Octal 120 26 64 0 110 43 105 511 71 24
Binary 1010000 10110 110100 0 1001000 100011 1000101 101001001 111001 10100

Color Harmonies of #501634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501634

Black with #501634

Text Example


Text Example

White with #501634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501634; }

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

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

background-color css

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

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

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

border-color css

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

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

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