Html Css Color HEX #50052A Blackberry

📋 copy color: '#50052A'

red 80 ◦ green 5 ◦ blue 42

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

Shades of Blackberry #50052A

Tints of Blackberry #50052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 62.99%
G = 3.94%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50052A (or 0x50052A) is known color: Blackberry. HEX triplet: 50, 05 and 2A. RGB value is (80,5,42). Sum of RGB (Red+Green+Blue) = 80+5+42=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50052A is #AFFAD5. Grayscale: #1F1F1F. Windows color (decimal): -11533014 or 2753872. OLE color: 2753872.

HSL color Cylindrical-coordinate representation of color #50052A: hue angle of 330.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50052A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 42 -
CMYK 0 0.94 0.48 0.69
HSL 330.4º 0.88% 0.17% -
HSV(B) 330.4º 0.94% 0.31% -
XYZ 3.78 1.98 2.37 -
YUV 31.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 80 5 42 0 0.94 0.48 0.69 330.4 0.88 0.17
Hex 50 5 2A 0 5E 30 45 14A 58 11
Octal 120 5 52 0 136 60 105 512 130 21
Binary 1010000 101 101010 0 1011110 110000 1000101 101001010 1011000 10001

Color Harmonies of #50052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50052A

Black with #50052A

Text Example


Text Example

White with #50052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50052A; }

 p { color: rgb(80,5,42); }

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

background-color css

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

 a { background-color: rgb(80,5,42); }

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

border-color css

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

 span { border-color: rgb(80,5,42); }

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