Html Css Color HEX #50012B Blackberry

📋 copy color: '#50012B'

red 80 ◦ green 1 ◦ blue 43

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

Shades of Blackberry #50012B

Tints of Blackberry #50012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 64.52%
G = 0.81%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50012B (or 0x50012B) is known color: Blackberry. HEX triplet: 50, 01 and 2B. RGB value is (80,1,43). Sum of RGB (Red+Green+Blue) = 80+1+43=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012B is #AFFED4. Grayscale: #1D1D1D. Windows color (decimal): -11534037 or 2818384. OLE color: 2818384.

HSL color Cylindrical-coordinate representation of color #50012B: hue angle of 328.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50012B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 43 -
CMYK 0 0.99 0.46 0.69
HSL 328.1º 0.98% 0.16% -
HSV(B) 328.1º 0.99% 0.31% -
XYZ 3.76 1.9 2.45 -
YUV 29.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 80 1 43 0 0.99 0.46 0.69 328.1 0.98 0.16
Hex 50 1 2B 0 63 2E 45 148 62 10
Octal 120 1 53 0 143 56 105 510 142 20
Binary 1010000 1 101011 0 1100011 101110 1000101 101001000 1100010 10000

Color Harmonies of #50012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50012B

Black with #50012B

Text Example


Text Example

White with #50012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50012B; }

 p { color: rgb(80,1,43); }

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

background-color css

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

 a { background-color: rgb(80,1,43); }

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

border-color css

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

 span { border-color: rgb(80,1,43); }

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