Html Css Color HEX #501442 Blackberry

📋 copy color: '#501442'

red 80 ◦ green 20 ◦ blue 66

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

Shades of Blackberry #501442

Tints of Blackberry #501442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 48.19%
G = 12.05%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#501442 (or 0x501442) is known color: Blackberry. HEX triplet: 50, 14 and 42. RGB value is (80,20,66). Sum of RGB (Red+Green+Blue) = 80+20+66=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501442 is #AFEBBD. Grayscale: #2B2B2B. Windows color (decimal): -11529150 or 4330576. OLE color: 4330576.

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

Color convert

RGB 80 20 66 -
CMYK 0 0.75 0.17 0.69
HSL 314º 0.6% 0.2% -
HSV(B) 314º 0.75% 0.31% -
XYZ 4.54 2.6 5.42 -
YUV 43.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 80 20 66 0 0.75 0.17 0.69 314 0.6 0.2
Hex 50 14 42 0 4B 11 45 13A 3C 14
Octal 120 24 102 0 113 21 105 472 74 24
Binary 1010000 10100 1000010 0 1001011 10001 1000101 100111010 111100 10100

Color Harmonies of #501442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501442

Black with #501442

Text Example


Text Example

White with #501442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501442; }

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

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

background-color css

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

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

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

border-color css

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

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

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