Html Css Color HEX #500524 Blackberry

📋 copy color: '#500524'

red 80 ◦ green 5 ◦ blue 36

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

Shades of Blackberry #500524

Tints of Blackberry #500524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 66.12%
G = 4.13%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500524 (or 0x500524) is known color: Blackberry. HEX triplet: 50, 05 and 24. RGB value is (80,5,36). Sum of RGB (Red+Green+Blue) = 80+5+36=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500524 is #AFFADB. Grayscale: #1E1E1E. Windows color (decimal): -11533020 or 2360656. OLE color: 2360656.

HSL color Cylindrical-coordinate representation of color #500524: hue angle of 335.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500524 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 36 -
CMYK 0 0.94 0.55 0.69
HSL 335.2º 0.88% 0.17% -
HSV(B) 335.2º 0.94% 0.31% -
XYZ 3.68 1.94 1.85 -
YUV 30.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 80 5 36 0 0.94 0.55 0.69 335.2 0.88 0.17
Hex 50 5 24 0 5E 37 45 14F 58 11
Octal 120 5 44 0 136 67 105 517 130 21
Binary 1010000 101 100100 0 1011110 110111 1000101 101001111 1011000 10001

Color Harmonies of #500524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500524

Black with #500524

Text Example


Text Example

White with #500524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500524; }

 p { color: rgb(80,5,36); }

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

background-color css

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

 a { background-color: rgb(80,5,36); }

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

border-color css

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

 span { border-color: rgb(80,5,36); }

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