Html Css Color HEX #50132A Blackberry

📋 copy color: '#50132A'

red 80 ◦ green 19 ◦ blue 42

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

Shades of Blackberry #50132A

Tints of Blackberry #50132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 56.74%
G = 13.48%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50132A (or 0x50132A) is known color: Blackberry. HEX triplet: 50, 13 and 2A. RGB value is (80,19,42). Sum of RGB (Red+Green+Blue) = 80+19+42=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132A is #AFECD5. Grayscale: #272727. Windows color (decimal): -11529430 or 2757456. OLE color: 2757456.

HSL color Cylindrical-coordinate representation of color #50132A: hue angle of 337.38º 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 #50132A is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 42 -
CMYK 0 0.76 0.48 0.69
HSL 337.38º 0.62% 0.19% -
HSV(B) 337.38º 0.76% 0.31% -
XYZ 3.96 2.34 2.43 -
YUV 39.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 80 19 42 0 0.76 0.48 0.69 337.38 0.62 0.19
Hex 50 13 2A 0 4C 30 45 151 3E 13
Octal 120 23 52 0 114 60 105 521 76 23
Binary 1010000 10011 101010 0 1001100 110000 1000101 101010001 111110 10011

Color Harmonies of #50132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50132A

Black with #50132A

Text Example


Text Example

White with #50132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50132A; }

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

 H1.HeaderClassName
 {
   color: #50132A;
 }
 .AnyTagClassName
 {
   color: #50132A;
 }
</style>

background-color css

<style>
 a { background-color: #50132A; }

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

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

border-color css

<style>
 span { border-color: #50132A; }

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

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