Html Css Color HEX #500021 Blackberry

📋 copy color: '#500021'

red 80 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #500021

Tints of Blackberry #500021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.8%
G = 0%
B = 29.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#500021 (or 0x500021) is known color: Blackberry. HEX triplet: 50, 00 and 21. RGB value is (80,0,33). Sum of RGB (Red+Green+Blue) = 80+0+33=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500021 is #AFFFDE. Grayscale: #1B1B1B. Windows color (decimal): -11534303 or 2162768. OLE color: 2162768.

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

Color convert

RGB 80 0 33 -
CMYK 0 1 0.59 0.69
HSL 335.25º 1% 0.16% -
HSV(B) 335.25º 1% 0.31% -
XYZ 3.58 1.82 1.6 -
YUV 27.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 80 0 33 0 1 0.59 0.69 335.25 1 0.16
Hex 50 0 21 0 64 3B 45 14F 64 10
Octal 120 0 41 0 144 73 105 517 144 20
Binary 1010000 0 100001 0 1100100 111011 1000101 101001111 1100100 10000

Color Harmonies of #500021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500021

Black with #500021

Text Example


Text Example

White with #500021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500021; }

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

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

background-color css

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

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

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

border-color css

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

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

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