Html Css Color HEX #501032 Blackberry

📋 copy color: '#501032'

red 80 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #501032

Tints of Blackberry #501032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 54.79%
G = 10.96%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501032 (or 0x501032) is known color: Blackberry. HEX triplet: 50, 10 and 32. RGB value is (80,16,50). Sum of RGB (Red+Green+Blue) = 80+16+50=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501032 is #AFEFCD. Grayscale: #262626. Windows color (decimal): -11530190 or 3280976. OLE color: 3280976.

HSL color Cylindrical-coordinate representation of color #501032: hue angle of 328.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501032 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 50 -
CMYK 0 0.80 0.37 0.69
HSL 328.13º 0.67% 0.19% -
HSV(B) 328.13º 0.8% 0.31% -
XYZ 4.07 2.31 3.25 -
YUV 39.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 80 16 50 0 0.80 0.37 0.69 328.13 0.67 0.19
Hex 50 10 32 0 50 25 45 148 43 13
Octal 120 20 62 0 120 45 105 510 103 23
Binary 1010000 10000 110010 0 1010000 100101 1000101 101001000 1000011 10011

Color Harmonies of #501032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501032

Black with #501032

Text Example


Text Example

White with #501032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501032; }

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

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

background-color css

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

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

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

border-color css

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

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

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