Html Css Color HEX #501732 Blackberry

📋 copy color: '#501732'

red 80 ◦ green 23 ◦ blue 50

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

Shades of Blackberry #501732

Tints of Blackberry #501732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 52.29%
G = 15.03%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501732 (or 0x501732) is known color: Blackberry. HEX triplet: 50, 17 and 32. RGB value is (80,23,50). Sum of RGB (Red+Green+Blue) = 80+23+50=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501732 is #AFE8CD. Grayscale: #2B2B2B. Windows color (decimal): -11528398 or 3282768. OLE color: 3282768.

HSL color Cylindrical-coordinate representation of color #501732: hue angle of 331.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501732 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 50 -
CMYK 0 0.71 0.37 0.69
HSL 331.58º 0.55% 0.2% -
HSV(B) 331.58º 0.71% 0.31% -
XYZ 4.19 2.55 3.29 -
YUV 43.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 80 23 50 0 0.71 0.37 0.69 331.58 0.55 0.2
Hex 50 17 32 0 47 25 45 14C 37 14
Octal 120 27 62 0 107 45 105 514 67 24
Binary 1010000 10111 110010 0 1000111 100101 1000101 101001100 110111 10100

Color Harmonies of #501732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501732

Black with #501732

Text Example


Text Example

White with #501732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501732; }

 p { color: rgb(80,23,50); }

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

background-color css

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

 a { background-color: rgb(80,23,50); }

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

border-color css

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

 span { border-color: rgb(80,23,50); }

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