Html Css Color HEX #501932 Blackberry

📋 copy color: '#501932'

red 80 ◦ green 25 ◦ blue 50

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

Shades of Blackberry #501932

Tints of Blackberry #501932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 51.61%
G = 16.13%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#501932 (or 0x501932) is known color: Blackberry. HEX triplet: 50, 19 and 32. RGB value is (80,25,50). Sum of RGB (Red+Green+Blue) = 80+25+50=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501932 is #AFE6CD. Grayscale: #2C2C2C. Windows color (decimal): -11527886 or 3283280. OLE color: 3283280.

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

Color convert

RGB 80 25 50 -
CMYK 0 0.69 0.37 0.69
HSL 332.73º 0.52% 0.21% -
HSV(B) 332.73º 0.69% 0.31% -
XYZ 4.23 2.63 3.3 -
YUV 44.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 80 25 50 0 0.69 0.37 0.69 332.73 0.52 0.21
Hex 50 19 32 0 45 25 45 14D 34 15
Octal 120 31 62 0 105 45 105 515 64 25
Binary 1010000 11001 110010 0 1000101 100101 1000101 101001101 110100 10101

Color Harmonies of #501932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501932

Black with #501932

Text Example


Text Example

White with #501932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501932; }

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

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

background-color css

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

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

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

border-color css

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

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

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