Html Css Color HEX #501541 Blackberry

📋 copy color: '#501541'

red 80 ◦ green 21 ◦ blue 65

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

Shades of Blackberry #501541

Tints of Blackberry #501541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 48.19%
G = 12.65%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501541 (or 0x501541) is known color: Blackberry. HEX triplet: 50, 15 and 41. RGB value is (80,21,65). Sum of RGB (Red+Green+Blue) = 80+21+65=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501541 is #AFEABE. Grayscale: #2B2B2B. Windows color (decimal): -11528895 or 4265296. OLE color: 4265296.

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

Color convert

RGB 80 21 65 -
CMYK 0 0.74 0.19 0.69
HSL 315.25º 0.58% 0.2% -
HSV(B) 315.25º 0.74% 0.31% -
XYZ 4.53 2.62 5.27 -
YUV 43.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 80 21 65 0 0.74 0.19 0.69 315.25 0.58 0.2
Hex 50 15 41 0 4A 13 45 13B 3A 14
Octal 120 25 101 0 112 23 105 473 72 24
Binary 1010000 10101 1000001 0 1001010 10011 1000101 100111011 111010 10100

Color Harmonies of #501541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501541

Black with #501541

Text Example


Text Example

White with #501541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501541; }

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

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

background-color css

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

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

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

border-color css

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

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

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