Html Css Color HEX #501542 Blackberry

📋 copy color: '#501542'

red 80 ◦ green 21 ◦ blue 66

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

Shades of Blackberry #501542

Tints of Blackberry #501542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 47.9%
G = 12.57%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#501542 (or 0x501542) is known color: Blackberry. HEX triplet: 50, 15 and 42. RGB value is (80,21,66). Sum of RGB (Red+Green+Blue) = 80+21+66=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501542 is #AFEABD. Grayscale: #2B2B2B. Windows color (decimal): -11528894 or 4330832. OLE color: 4330832.

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

Color convert

RGB 80 21 66 -
CMYK 0 0.74 0.17 0.69
HSL 314.24º 0.58% 0.2% -
HSV(B) 314.24º 0.74% 0.31% -
XYZ 4.56 2.64 5.42 -
YUV 43.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 80 21 66 0 0.74 0.17 0.69 314.24 0.58 0.2
Hex 50 15 42 0 4A 11 45 13A 3A 14
Octal 120 25 102 0 112 21 105 472 72 24
Binary 1010000 10101 1000010 0 1001010 10001 1000101 100111010 111010 10100

Color Harmonies of #501542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501542

Black with #501542

Text Example


Text Example

White with #501542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501542; }

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

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

background-color css

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

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

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

border-color css

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

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

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