Html Css Color HEX #50133F Blackberry

📋 copy color: '#50133F'

red 80 ◦ green 19 ◦ blue 63

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

Shades of Blackberry #50133F

Tints of Blackberry #50133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 63 (25% from 255) = 38.89%

R = 49.38%
G = 11.73%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50133F (or 0x50133F) is known color: Blackberry. HEX triplet: 50, 13 and 3F. RGB value is (80,19,63). Sum of RGB (Red+Green+Blue) = 80+19+63=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50133F is #AFECC0. Grayscale: #2A2A2A. Windows color (decimal): -11529409 or 4133712. OLE color: 4133712.

HSL color Cylindrical-coordinate representation of color #50133F: hue angle of 316.72º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50133F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 63 -
CMYK 0 0.76 0.21 0.69
HSL 316.72º 0.62% 0.19% -
HSV(B) 316.72º 0.76% 0.31% -
XYZ 4.44 2.53 4.96 -
YUV 42.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 80 19 63 0 0.76 0.21 0.69 316.72 0.62 0.19
Hex 50 13 3F 0 4C 15 45 13D 3E 13
Octal 120 23 77 0 114 25 105 475 76 23
Binary 1010000 10011 111111 0 1001100 10101 1000101 100111101 111110 10011

Color Harmonies of #50133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50133F

Black with #50133F

Text Example


Text Example

White with #50133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,19,63); }

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

background-color css

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

 a { background-color: rgb(80,19,63); }

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

border-color css

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

 span { border-color: rgb(80,19,63); }

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