Html Css Color HEX #501432 Blackberry

📋 copy color: '#501432'

red 80 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #501432

Tints of Blackberry #501432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 53.33%
G = 13.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501432 (or 0x501432) is known color: Blackberry. HEX triplet: 50, 14 and 32. RGB value is (80,20,50). Sum of RGB (Red+Green+Blue) = 80+20+50=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501432 is #AFEBCD. Grayscale: #292929. Windows color (decimal): -11529166 or 3282000. OLE color: 3282000.

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

Color convert

RGB 80 20 50 -
CMYK 0 0.75 0.37 0.69
HSL 330º 0.6% 0.2% -
HSV(B) 330º 0.75% 0.31% -
XYZ 4.13 2.44 3.27 -
YUV 41.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 80 20 50 0 0.75 0.37 0.69 330 0.6 0.2
Hex 50 14 32 0 4B 25 45 14A 3C 14
Octal 120 24 62 0 113 45 105 512 74 24
Binary 1010000 10100 110010 0 1001011 100101 1000101 101001010 111100 10100

Color Harmonies of #501432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501432

Black with #501432

Text Example


Text Example

White with #501432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501432; }

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

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

background-color css

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

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

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

border-color css

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

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

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