Html Css Color HEX #500329 Blackberry

📋 copy color: '#500329'

red 80 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #500329

Tints of Blackberry #500329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 64.52%
G = 2.42%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#500329 (or 0x500329) is known color: Blackberry. HEX triplet: 50, 03 and 29. RGB value is (80,3,41). Sum of RGB (Red+Green+Blue) = 80+3+41=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500329 is #AFFCD6. Grayscale: #1E1E1E. Windows color (decimal): -11533527 or 2687824. OLE color: 2687824.

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

Color convert

RGB 80 3 41 -
CMYK 0 0.96 0.49 0.69
HSL 330.39º 0.93% 0.16% -
HSV(B) 330.39º 0.96% 0.31% -
XYZ 3.74 1.93 2.27 -
YUV 30.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 80 3 41 0 0.96 0.49 0.69 330.39 0.93 0.16
Hex 50 3 29 0 60 31 45 14A 5D 10
Octal 120 3 51 0 140 61 105 512 135 20
Binary 1010000 11 101001 0 1100000 110001 1000101 101001010 1011101 10000

Color Harmonies of #500329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500329

Black with #500329

Text Example


Text Example

White with #500329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500329; }

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

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

background-color css

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

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

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

border-color css

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

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

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