Html Css Color HEX #501741 Blackberry

📋 copy color: '#501741'

red 80 ◦ green 23 ◦ blue 65

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

Shades of Blackberry #501741

Tints of Blackberry #501741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

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

R = 47.62%
G = 13.69%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501741 (or 0x501741) is known color: Blackberry. HEX triplet: 50, 17 and 41. RGB value is (80,23,65). Sum of RGB (Red+Green+Blue) = 80+23+65=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501741 is #AFE8BE. Grayscale: #2C2C2C. Windows color (decimal): -11528383 or 4265808. OLE color: 4265808.

HSL color Cylindrical-coordinate representation of color #501741: hue angle of 315.79º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501741 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 65 -
CMYK 0 0.71 0.19 0.69
HSL 315.79º 0.55% 0.2% -
HSV(B) 315.79º 0.71% 0.31% -
XYZ 4.57 2.7 5.28 -
YUV 44.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 80 23 65 0 0.71 0.19 0.69 315.79 0.55 0.2
Hex 50 17 41 0 47 13 45 13C 37 14
Octal 120 27 101 0 107 23 105 474 67 24
Binary 1010000 10111 1000001 0 1000111 10011 1000101 100111100 110111 10100

Color Harmonies of #501741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501741

Black with #501741

Text Example


Text Example

White with #501741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501741; }

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

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

background-color css

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

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

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

border-color css

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

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

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