Html Css Color HEX #50122F Blackberry

📋 copy color: '#50122F'

red 80 ◦ green 18 ◦ blue 47

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

Shades of Blackberry #50122F

Tints of Blackberry #50122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 55.17%
G = 12.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50122F (or 0x50122F) is known color: Blackberry. HEX triplet: 50, 12 and 2F. RGB value is (80,18,47). Sum of RGB (Red+Green+Blue) = 80+18+47=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122F is #AFEDD0. Grayscale: #272727. Windows color (decimal): -11529681 or 3084880. OLE color: 3084880.

HSL color Cylindrical-coordinate representation of color #50122F: hue angle of 331.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50122F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 47 -
CMYK 0 0.78 0.41 0.69
HSL 331.94º 0.63% 0.19% -
HSV(B) 331.94º 0.78% 0.31% -
XYZ 4.04 2.34 2.93 -
YUV 39.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 80 18 47 0 0.78 0.41 0.69 331.94 0.63 0.19
Hex 50 12 2F 0 4E 29 45 14C 3F 13
Octal 120 22 57 0 116 51 105 514 77 23
Binary 1010000 10010 101111 0 1001110 101001 1000101 101001100 111111 10011

Color Harmonies of #50122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50122F

Black with #50122F

Text Example


Text Example

White with #50122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50122F; }

 p { color: rgb(80,18,47); }

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

background-color css

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

 a { background-color: rgb(80,18,47); }

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

border-color css

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

 span { border-color: rgb(80,18,47); }

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