Html Css Color HEX #501239 Blackberry

📋 copy color: '#501239'

red 80 ◦ green 18 ◦ blue 57

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

Shades of Blackberry #501239

Tints of Blackberry #501239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 51.61%
G = 11.61%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#501239 (or 0x501239) is known color: Blackberry. HEX triplet: 50, 12 and 39. RGB value is (80,18,57). Sum of RGB (Red+Green+Blue) = 80+18+57=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501239 is #AFEDC6. Grayscale: #282828. Windows color (decimal): -11529671 or 3740240. OLE color: 3740240.

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

Color convert

RGB 80 18 57 -
CMYK 0 0.78 0.29 0.69
HSL 322.26º 0.63% 0.19% -
HSV(B) 322.26º 0.78% 0.31% -
XYZ 4.26 2.43 4.12 -
YUV 40.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 80 18 57 0 0.78 0.29 0.69 322.26 0.63 0.19
Hex 50 12 39 0 4E 1D 45 142 3F 13
Octal 120 22 71 0 116 35 105 502 77 23
Binary 1010000 10010 111001 0 1001110 11101 1000101 101000010 111111 10011

Color Harmonies of #501239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501239

Black with #501239

Text Example


Text Example

White with #501239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501239; }

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

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

background-color css

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

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

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

border-color css

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

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

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