Html Css Color HEX #500321 Blackberry

📋 copy color: '#500321'

red 80 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #500321

Tints of Blackberry #500321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 68.97%
G = 2.59%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#500321 (or 0x500321) is known color: Blackberry. HEX triplet: 50, 03 and 21. RGB value is (80,3,33). Sum of RGB (Red+Green+Blue) = 80+3+33=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500321 is #AFFCDE. Grayscale: #1D1D1D. Windows color (decimal): -11533535 or 2163536. OLE color: 2163536.

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

Color convert

RGB 80 3 33 -
CMYK 0 0.96 0.59 0.69
HSL 336.62º 0.93% 0.16% -
HSV(B) 336.62º 0.96% 0.31% -
XYZ 3.62 1.88 1.61 -
YUV 29.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 80 3 33 0 0.96 0.59 0.69 336.62 0.93 0.16
Hex 50 3 21 0 60 3B 45 151 5D 10
Octal 120 3 41 0 140 73 105 521 135 20
Binary 1010000 11 100001 0 1100000 111011 1000101 101010001 1011101 10000

Color Harmonies of #500321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500321

Black with #500321

Text Example


Text Example

White with #500321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500321; }

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

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

background-color css

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

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

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

border-color css

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

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

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