Html Css Color HEX #50122B Blackberry

📋 copy color: '#50122B'

red 80 ◦ green 18 ◦ blue 43

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

Shades of Blackberry #50122B

Tints of Blackberry #50122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 56.74%
G = 12.77%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50122B (or 0x50122B) is known color: Blackberry. HEX triplet: 50, 12 and 2B. RGB value is (80,18,43). Sum of RGB (Red+Green+Blue) = 80+18+43=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122B is #AFEDD4. Grayscale: #272727. Windows color (decimal): -11529685 or 2822736. OLE color: 2822736.

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

Color convert

RGB 80 18 43 -
CMYK 0 0.78 0.46 0.69
HSL 335.81º 0.63% 0.19% -
HSV(B) 335.81º 0.78% 0.31% -
XYZ 3.96 2.31 2.52 -
YUV 39.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 80 18 43 0 0.78 0.46 0.69 335.81 0.63 0.19
Hex 50 12 2B 0 4E 2E 45 150 3F 13
Octal 120 22 53 0 116 56 105 520 77 23
Binary 1010000 10010 101011 0 1001110 101110 1000101 101010000 111111 10011

Color Harmonies of #50122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50122B

Black with #50122B

Text Example


Text Example

White with #50122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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