Html Css Color HEX #50032B Blackberry

📋 copy color: '#50032B'

red 80 ◦ green 3 ◦ blue 43

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

Shades of Blackberry #50032B

Tints of Blackberry #50032B

RGB

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

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

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

R = 63.49%
G = 2.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50032B (or 0x50032B) is known color: Blackberry. HEX triplet: 50, 03 and 2B. RGB value is (80,3,43). Sum of RGB (Red+Green+Blue) = 80+3+43=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50032B is #AFFCD4. Grayscale: #1E1E1E. Windows color (decimal): -11533525 or 2818896. OLE color: 2818896.

HSL color Cylindrical-coordinate representation of color #50032B: hue angle of 328.83º 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 #50032B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 43 -
CMYK 0 0.96 0.46 0.69
HSL 328.83º 0.93% 0.16% -
HSV(B) 328.83º 0.96% 0.31% -
XYZ 3.78 1.95 2.46 -
YUV 30.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 80 3 43 0 0.96 0.46 0.69 328.83 0.93 0.16
Hex 50 3 2B 0 60 2E 45 149 5D 10
Octal 120 3 53 0 140 56 105 511 135 20
Binary 1010000 11 101011 0 1100000 101110 1000101 101001001 1011101 10000

Color Harmonies of #50032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50032B

Black with #50032B

Text Example


Text Example

White with #50032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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