Html Css Color HEX #501033 Blackberry

📋 copy color: '#501033'

red 80 ◦ green 16 ◦ blue 51

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

Shades of Blackberry #501033

Tints of Blackberry #501033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 54.42%
G = 10.88%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501033 (or 0x501033) is known color: Blackberry. HEX triplet: 50, 10 and 33. RGB value is (80,16,51). Sum of RGB (Red+Green+Blue) = 80+16+51=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501033 is #AFEFCC. Grayscale: #272727. Windows color (decimal): -11530189 or 3346512. OLE color: 3346512.

HSL color Cylindrical-coordinate representation of color #501033: hue angle of 327.19º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501033 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 51 -
CMYK 0 0.80 0.36 0.69
HSL 327.19º 0.67% 0.19% -
HSV(B) 327.19º 0.8% 0.31% -
XYZ 4.09 2.32 3.36 -
YUV 39.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 80 16 51 0 0.80 0.36 0.69 327.19 0.67 0.19
Hex 50 10 33 0 50 24 45 147 43 13
Octal 120 20 63 0 120 44 105 507 103 23
Binary 1010000 10000 110011 0 1010000 100100 1000101 101000111 1000011 10011

Color Harmonies of #501033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501033

Black with #501033

Text Example


Text Example

White with #501033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501033; }

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

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

background-color css

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

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

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

border-color css

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

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

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