Html Css Color HEX #501036 Blackberry

📋 copy color: '#501036'

red 80 ◦ green 16 ◦ blue 54

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

Shades of Blackberry #501036

Tints of Blackberry #501036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36%

R = 53.33%
G = 10.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501036 (or 0x501036) is known color: Blackberry. HEX triplet: 50, 10 and 36. RGB value is (80,16,54). Sum of RGB (Red+Green+Blue) = 80+16+54=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501036 is #AFEFC9. Grayscale: #272727. Windows color (decimal): -11530186 or 3543120. OLE color: 3543120.

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

Color convert

RGB 80 16 54 -
CMYK 0 0.80 0.33 0.69
HSL 324.38º 0.67% 0.19% -
HSV(B) 324.38º 0.8% 0.31% -
XYZ 4.16 2.34 3.72 -
YUV 39.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 80 16 54 0 0.80 0.33 0.69 324.38 0.67 0.19
Hex 50 10 36 0 50 21 45 144 43 13
Octal 120 20 66 0 120 41 105 504 103 23
Binary 1010000 10000 110110 0 1010000 100001 1000101 101000100 1000011 10011

Color Harmonies of #501036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501036

Black with #501036

Text Example


Text Example

White with #501036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501036; }

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

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

background-color css

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

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

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

border-color css

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

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

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