Html Css Color HEX #50022B Blackberry

📋 copy color: '#50022B'

red 80 ◦ green 2 ◦ blue 43

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

Shades of Blackberry #50022B

Tints of Blackberry #50022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 64%
G = 1.6%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50022B (or 0x50022B) is known color: Blackberry. HEX triplet: 50, 02 and 2B. RGB value is (80,2,43). Sum of RGB (Red+Green+Blue) = 80+2+43=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022B is #AFFDD4. Grayscale: #1D1D1D. Windows color (decimal): -11533781 or 2818640. OLE color: 2818640.

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

Color convert

RGB 80 2 43 -
CMYK 0 0.98 0.46 0.69
HSL 328.46º 0.95% 0.16% -
HSV(B) 328.46º 0.98% 0.31% -
XYZ 3.77 1.92 2.46 -
YUV 30 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 80 2 43 0 0.98 0.46 0.69 328.46 0.95 0.16
Hex 50 2 2B 0 62 2E 45 148 5F 10
Octal 120 2 53 0 142 56 105 510 137 20
Binary 1010000 10 101011 0 1100010 101110 1000101 101001000 1011111 10000

Color Harmonies of #50022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50022B

Black with #50022B

Text Example


Text Example

White with #50022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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