Html Css Color HEX #501236 Blackberry

📋 copy color: '#501236'

red 80 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #501236

Tints of Blackberry #501236

RGB

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

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

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

R = 52.63%
G = 11.84%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501236 (or 0x501236) is known color: Blackberry. HEX triplet: 50, 12 and 36. RGB value is (80,18,54). Sum of RGB (Red+Green+Blue) = 80+18+54=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501236 is #AFEDC9. Grayscale: #282828. Windows color (decimal): -11529674 or 3543632. OLE color: 3543632.

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

Color convert

RGB 80 18 54 -
CMYK 0 0.78 0.33 0.69
HSL 325.16º 0.63% 0.19% -
HSV(B) 325.16º 0.78% 0.31% -
XYZ 4.19 2.4 3.73 -
YUV 40.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 80 18 54 0 0.78 0.33 0.69 325.16 0.63 0.19
Hex 50 12 36 0 4E 21 45 145 3F 13
Octal 120 22 66 0 116 41 105 505 77 23
Binary 1010000 10010 110110 0 1001110 100001 1000101 101000101 111111 10011

Color Harmonies of #501236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501236

Black with #501236

Text Example


Text Example

White with #501236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501236; }

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

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

background-color css

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

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

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

border-color css

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

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

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