Html Css Color HEX #501931 Blackberry

📋 copy color: '#501931'

red 80 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #501931

Tints of Blackberry #501931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 51.95%
G = 16.23%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501931 (or 0x501931) is known color: Blackberry. HEX triplet: 50, 19 and 31. RGB value is (80,25,49). Sum of RGB (Red+Green+Blue) = 80+25+49=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501931 is #AFE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11527887 or 3217744. OLE color: 3217744.

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

Color convert

RGB 80 25 49 -
CMYK 0 0.69 0.39 0.69
HSL 333.82º 0.52% 0.21% -
HSV(B) 333.82º 0.69% 0.31% -
XYZ 4.21 2.62 3.19 -
YUV 44.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 80 25 49 0 0.69 0.39 0.69 333.82 0.52 0.21
Hex 50 19 31 0 45 27 45 14E 34 15
Octal 120 31 61 0 105 47 105 516 64 25
Binary 1010000 11001 110001 0 1000101 100111 1000101 101001110 110100 10101

Color Harmonies of #501931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501931

Black with #501931

Text Example


Text Example

White with #501931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501931; }

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

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

background-color css

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

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

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

border-color css

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

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

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