Html Css Color HEX #501231 Blackberry

📋 copy color: '#501231'

red 80 ◦ green 18 ◦ blue 49

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

Shades of Blackberry #501231

Tints of Blackberry #501231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 54.42%
G = 12.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501231 (or 0x501231) is known color: Blackberry. HEX triplet: 50, 12 and 31. RGB value is (80,18,49). Sum of RGB (Red+Green+Blue) = 80+18+49=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501231 is #AFEDCE. Grayscale: #282828. Windows color (decimal): -11529679 or 3215952. OLE color: 3215952.

HSL color Cylindrical-coordinate representation of color #501231: hue angle of 330º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501231 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 49 -
CMYK 0 0.78 0.39 0.69
HSL 330º 0.63% 0.19% -
HSV(B) 330º 0.78% 0.31% -
XYZ 4.08 2.36 3.15 -
YUV 40.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 80 18 49 0 0.78 0.39 0.69 330 0.63 0.19
Hex 50 12 31 0 4E 27 45 14A 3F 13
Octal 120 22 61 0 116 47 105 512 77 23
Binary 1010000 10010 110001 0 1001110 100111 1000101 101001010 111111 10011

Color Harmonies of #501231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501231

Black with #501231

Text Example


Text Example

White with #501231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501231; }

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

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

background-color css

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

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

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

border-color css

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

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

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