Html Css Color HEX #50032A Blackberry

📋 copy color: '#50032A'

red 80 ◦ green 3 ◦ blue 42

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

Shades of Blackberry #50032A

Tints of Blackberry #50032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 64%
G = 2.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50032A (or 0x50032A) is known color: Blackberry. HEX triplet: 50, 03 and 2A. RGB value is (80,3,42). Sum of RGB (Red+Green+Blue) = 80+3+42=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50032A is #AFFCD5. Grayscale: #1E1E1E. Windows color (decimal): -11533526 or 2753360. OLE color: 2753360.

HSL color Cylindrical-coordinate representation of color #50032A: hue angle of 329.61º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50032A is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 42 -
CMYK 0 0.96 0.48 0.69
HSL 329.61º 0.93% 0.16% -
HSV(B) 329.61º 0.96% 0.31% -
XYZ 3.76 1.94 2.37 -
YUV 30.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 80 3 42 0 0.96 0.48 0.69 329.61 0.93 0.16
Hex 50 3 2A 0 60 30 45 14A 5D 10
Octal 120 3 52 0 140 60 105 512 135 20
Binary 1010000 11 101010 0 1100000 110000 1000101 101001010 1011101 10000

Color Harmonies of #50032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50032A

Black with #50032A

Text Example


Text Example

White with #50032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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