Html Css Color HEX #50002B Blackberry

📋 copy color: '#50002B'

red 80 ◦ green 0 ◦ blue 43

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

Shades of Blackberry #50002B

Tints of Blackberry #50002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.04%
G = 0%
B = 34.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50002B (or 0x50002B) is known color: Blackberry. HEX triplet: 50, 00 and 2B. RGB value is (80,0,43). Sum of RGB (Red+Green+Blue) = 80+0+43=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #50002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002B is #AFFFD4. Grayscale: #1C1C1C. Windows color (decimal): -11534293 or 2818128. OLE color: 2818128.

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

Color convert

RGB 80 0 43 -
CMYK 0 1 0.46 0.69
HSL 327.75º 1% 0.16% -
HSV(B) 327.75º 1% 0.31% -
XYZ 3.74 1.88 2.45 -
YUV 28.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 80 0 43 0 1 0.46 0.69 327.75 1 0.16
Hex 50 0 2B 0 64 2E 45 148 64 10
Octal 120 0 53 0 144 56 105 510 144 20
Binary 1010000 0 101011 0 1100100 101110 1000101 101001000 1100100 10000

Color Harmonies of #50002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50002B

Black with #50002B

Text Example


Text Example

White with #50002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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