Html Css Color HEX #501533 Blackberry

📋 copy color: '#501533'

red 80 ◦ green 21 ◦ blue 51

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

Shades of Blackberry #501533

Tints of Blackberry #501533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 52.63%
G = 13.82%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501533 (or 0x501533) is known color: Blackberry. HEX triplet: 50, 15 and 33. RGB value is (80,21,51). Sum of RGB (Red+Green+Blue) = 80+21+51=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501533 is #AFEACC. Grayscale: #2A2A2A. Windows color (decimal): -11528909 or 3347792. OLE color: 3347792.

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

Color convert

RGB 80 21 51 -
CMYK 0 0.74 0.36 0.69
HSL 329.49º 0.58% 0.2% -
HSV(B) 329.49º 0.74% 0.31% -
XYZ 4.17 2.48 3.39 -
YUV 42.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 80 21 51 0 0.74 0.36 0.69 329.49 0.58 0.2
Hex 50 15 33 0 4A 24 45 149 3A 14
Octal 120 25 63 0 112 44 105 511 72 24
Binary 1010000 10101 110011 0 1001010 100100 1000101 101001001 111010 10100

Color Harmonies of #501533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501533

Black with #501533

Text Example


Text Example

White with #501533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501533; }

 p { color: rgb(80,21,51); }

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

background-color css

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

 a { background-color: rgb(80,21,51); }

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

border-color css

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

 span { border-color: rgb(80,21,51); }

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