Html Css Color HEX #50153E Blackberry

📋 copy color: '#50153E'

red 80 ◦ green 21 ◦ blue 62

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

Shades of Blackberry #50153E

Tints of Blackberry #50153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 49.08%
G = 12.88%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50153E (or 0x50153E) is known color: Blackberry. HEX triplet: 50, 15 and 3E. RGB value is (80,21,62). Sum of RGB (Red+Green+Blue) = 80+21+62=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50153E is #AFEAC1. Grayscale: #2B2B2B. Windows color (decimal): -11528898 or 4068688. OLE color: 4068688.

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

Color convert

RGB 80 21 62 -
CMYK 0 0.74 0.22 0.69
HSL 318.31º 0.58% 0.2% -
HSV(B) 318.31º 0.74% 0.31% -
XYZ 4.45 2.59 4.82 -
YUV 43.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 80 21 62 0 0.74 0.22 0.69 318.31 0.58 0.2
Hex 50 15 3E 0 4A 16 45 13E 3A 14
Octal 120 25 76 0 112 26 105 476 72 24
Binary 1010000 10101 111110 0 1001010 10110 1000101 100111110 111010 10100

Color Harmonies of #50153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50153E

Black with #50153E

Text Example


Text Example

White with #50153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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